summaryrefslogtreecommitdiffstats
path: root/extensions/TryAutoLand
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/TryAutoLand')
-rw-r--r--extensions/TryAutoLand/Extension.pm2
1 files changed, 1 insertions, 1 deletions
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 => {