diff options
Diffstat (limited to 'src/main/resources/db/migration/V1.3__Nullable user_id column in auth table.sql')
-rw-r--r-- | src/main/resources/db/migration/V1.3__Nullable user_id column in auth table.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/resources/db/migration/V1.3__Nullable user_id column in auth table.sql b/src/main/resources/db/migration/V1.3__Nullable user_id column in auth table.sql new file mode 100644 index 00000000..ced85ade --- /dev/null +++ b/src/main/resources/db/migration/V1.3__Nullable user_id column in auth table.sql @@ -0,0 +1 @@ +ALTER TABLE auth MODIFY COLUMN user_id int(10) unsigned NULL;
\ No newline at end of file |