aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/db/specific/postgresql/V1.18__increase messages and replies timestamp precision copy.sql
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/resources/db/specific/postgresql/V1.18__increase messages and replies timestamp precision copy.sql')
-rw-r--r--src/main/resources/db/specific/postgresql/V1.18__increase messages and replies timestamp precision copy.sql3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/main/resources/db/specific/postgresql/V1.18__increase messages and replies timestamp precision copy.sql b/src/main/resources/db/specific/postgresql/V1.18__increase messages and replies timestamp precision copy.sql
deleted file mode 100644
index 99b7f5d5..00000000
--- a/src/main/resources/db/specific/postgresql/V1.18__increase messages and replies timestamp precision copy.sql
+++ /dev/null
@@ -1,3 +0,0 @@
-ALTER TABLE users DROP COLUMN lastmessage;
-ALTER TABLE users ADD COLUMN lastmessage timestamp with time zone;
-UPDATE users SET lastmessage=last_seen;