aboutsummaryrefslogtreecommitdiff
path: root/juick-server/src/main/resources
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2018-08-30 11:38:06 +0300
committerGravatar Vitaly Takmazov2018-08-30 11:38:06 +0300
commitaa15f2243ea4ad0b80a4cc1e81eeedb94e7409b9 (patch)
treef1afd1b0471bb878940616c7c269c2980a5b10b1 /juick-server/src/main/resources
parent4e5540dd5c58906a3c4afe18197f1ab1e0292692 (diff)
email registration
Diffstat (limited to 'juick-server/src/main/resources')
-rw-r--r--juick-server/src/main/resources/db/migration/V1.3__Nullable user_id column in auth table.sql1
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