aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/db/specific/h2/V1.15__drop unused columns add ts for some tables.sql
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/resources/db/specific/h2/V1.15__drop unused columns add ts for some tables.sql')
-rw-r--r--src/main/resources/db/specific/h2/V1.15__drop unused columns add ts for some tables.sql4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/main/resources/db/specific/h2/V1.15__drop unused columns add ts for some tables.sql b/src/main/resources/db/specific/h2/V1.15__drop unused columns add ts for some tables.sql
new file mode 100644
index 00000000..2350bff2
--- /dev/null
+++ b/src/main/resources/db/specific/h2/V1.15__drop unused columns add ts for some tables.sql
@@ -0,0 +1,4 @@
+ALTER TABLE subscr_users DROP COLUMN jid;
+ALTER TABLE subscr_users DROP COLUMN active;
+ALTER TABLE auth ADD COLUMN ts timestamp(6) NOT NULL DEFAULT CURRENT_TIMESTAMP;
+ALTER TABLE mail ADD COLUMN ts timestamp(6) NOT NULL DEFAULT CURRENT_TIMESTAMP; \ No newline at end of file