Skip to content

Commit

Permalink
Fix int to bigint
Browse files Browse the repository at this point in the history
related to mbucc#62
  • Loading branch information
wi1w authored Feb 8, 2020
1 parent 81006b7 commit bef8823
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shmig
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ mysql_cli(){

mysql_check(){
__generic_checker "$MYSQL" "show tables;" \
"create table \`$SCHEMA_TABLE\`(version int not null primary key, migrated_at timestamp not null default current_timestamp);"
"create table \`$SCHEMA_TABLE\` (version bigint not null primary key, migrated_at timestamp not null default current_timestamp);"
}

mysql_previous_versions(){
Expand Down

0 comments on commit bef8823

Please sign in to comment.