aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/db/specific/h2/V1.16__last seen.sql
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/resources/db/specific/h2/V1.16__last seen.sql')
-rw-r--r--src/main/resources/db/specific/h2/V1.16__last seen.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main/resources/db/specific/h2/V1.16__last seen.sql b/src/main/resources/db/specific/h2/V1.16__last seen.sql
new file mode 100644
index 00000000..52ca4e90
--- /dev/null
+++ b/src/main/resources/db/specific/h2/V1.16__last seen.sql
@@ -0,0 +1,2 @@
+ALTER TABLE users ADD COLUMN last_seen timestamp(6) NULL;
+UPDATE users SET last_seen=lastmessage; \ No newline at end of file