aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/db/specific/h2/V1.1__Add updated_at field.sql
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/resources/db/specific/h2/V1.1__Add updated_at field.sql')
-rw-r--r--src/main/resources/db/specific/h2/V1.1__Add updated_at field.sql2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/main/resources/db/specific/h2/V1.1__Add updated_at field.sql b/src/main/resources/db/specific/h2/V1.1__Add updated_at field.sql
deleted file mode 100644
index dac179b1..00000000
--- a/src/main/resources/db/specific/h2/V1.1__Add updated_at field.sql
+++ /dev/null
@@ -1,2 +0,0 @@
-ALTER TABLE messages_txt ADD COLUMN updated_at timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP;
-ALTER TABLE replies ADD COLUMN updated_at timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP;