From b42469e3632fe96b0475fa00f07d6ca5abc0e2dc Mon Sep 17 00:00:00 2001 From: Byron Jones Date: Tue, 1 Apr 2014 16:13:16 +0800 Subject: 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/Extension.pm') diff --git a/extensions/TryAutoLand/Extension.pm b/extensions/TryAutoLand/Extension.pm index 40dbb70d9..8aaadff95 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 => 'INT3', + TYPE => 'INT5', NOTNULL => 1, PRIMARYKEY => 1, REFERENCES => { -- cgit v1.2.3-24-g4f1b