aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/db/specific/postgresql/V1.3__Nullable user_id column in auth table.sql
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/resources/db/specific/postgresql/V1.3__Nullable user_id column in auth table.sql')
-rw-r--r--src/main/resources/db/specific/postgresql/V1.3__Nullable user_id column in auth table.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/resources/db/specific/postgresql/V1.3__Nullable user_id column in auth table.sql b/src/main/resources/db/specific/postgresql/V1.3__Nullable user_id column in auth table.sql
new file mode 100644
index 00000000..eea8c2a6
--- /dev/null
+++ b/src/main/resources/db/specific/postgresql/V1.3__Nullable user_id column in auth table.sql
@@ -0,0 +1 @@
+ALTER TABLE auth ALTER COLUMN user_id DROP NOT NULL; \ No newline at end of file