From 9afd000c14104e548c324af085d46ae48ba3d688 Mon Sep 17 00:00:00 2001 From: Byron Jones Date: Tue, 8 Apr 2014 13:43:34 +0800 Subject: revert Bug 981756: add support for "bigint unsigned" to db/schema and update bz_schema to reflect the current state --- extensions/TryAutoLand/Extension.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extensions/TryAutoLand') diff --git a/extensions/TryAutoLand/Extension.pm b/extensions/TryAutoLand/Extension.pm index 8aaadff95..40dbb70d9 100644 --- a/extensions/TryAutoLand/Extension.pm +++ b/extensions/TryAutoLand/Extension.pm @@ -61,7 +61,7 @@ sub db_schema_abstract_schema { $args->{'schema'}->{'autoland_attachments'} = { FIELDS => [ attach_id => { - TYPE => 'INT5', + TYPE => 'INT3', NOTNULL => 1, PRIMARYKEY => 1, REFERENCES => { -- cgit v1.2.3-24-g4f1b