diff options
author | Vitaly Takmazov | 2018-08-30 11:38:06 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2018-08-30 11:38:06 +0300 |
commit | aa15f2243ea4ad0b80a4cc1e81eeedb94e7409b9 (patch) | |
tree | f1afd1b0471bb878940616c7c269c2980a5b10b1 /juick-server/src/main/resources/db/migration | |
parent | 4e5540dd5c58906a3c4afe18197f1ab1e0292692 (diff) |
email registration
Diffstat (limited to 'juick-server/src/main/resources/db/migration')
-rw-r--r-- | juick-server/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/juick-server/src/main/resources/db/migration/V1.3__Nullable user_id column in auth table.sql b/juick-server/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/juick-server/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 |