From e13c2e7e970fdfb30186edbb58d2982551f1607f Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Thu, 15 Dec 2022 16:03:23 +0300 Subject: postgres: baseline full schema to 1.22 --- .../specific/postgresql/V1.3__Nullable user_id column in auth table.sql | 1 - 1 file changed, 1 deletion(-) delete mode 100644 src/main/resources/db/specific/postgresql/V1.3__Nullable user_id column in auth table.sql (limited to 'src/main/resources/db/specific/postgresql/V1.3__Nullable user_id column in auth table.sql') 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 deleted file mode 100644 index eea8c2a6..00000000 --- a/src/main/resources/db/specific/postgresql/V1.3__Nullable user_id column in auth table.sql +++ /dev/null @@ -1 +0,0 @@ -ALTER TABLE auth ALTER COLUMN user_id DROP NOT NULL; \ No newline at end of file -- cgit v1.2.3