diff options
Diffstat (limited to 'src/main/resources/db/specific/postgresql/V1.5__Drop acct index.sql')
-rw-r--r-- | src/main/resources/db/specific/postgresql/V1.5__Drop acct index.sql | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/main/resources/db/specific/postgresql/V1.5__Drop acct index.sql b/src/main/resources/db/specific/postgresql/V1.5__Drop acct index.sql deleted file mode 100644 index d4f1c6ef..00000000 --- a/src/main/resources/db/specific/postgresql/V1.5__Drop acct index.sql +++ /dev/null @@ -1,6 +0,0 @@ -ALTER TABLE followers ADD COLUMN acct_migr character varying(64) NOT NULL; -UPDATE followers SET acct_migr = acct; -ALTER TABLE followers DROP COLUMN acct; -ALTER TABLE followers ADD COLUMN acct character varying(64) NOT NULL; -UPDATE followers SET acct = acct_migr; -ALTER TABLE followers DROP COLUMN acct_migr;
\ No newline at end of file |