summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--FS/FS/Schema.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/Schema.pm b/FS/FS/Schema.pm
index a039003c7..ab46d97eb 100644
--- a/FS/FS/Schema.pm
+++ b/FS/FS/Schema.pm
@@ -256,7 +256,7 @@ sub dbdef_dist {
} );
if ( $column->type =~ /^(\w*)SERIAL$/i ) {
- $column->type('int');
+ $column->type(uc($1).'INT');
$column->null('NULL');
}
#$column->default('')