aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/db/specific/h2/V1.22__increase updated_at precision.sql
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/resources/db/specific/h2/V1.22__increase updated_at precision.sql')
-rw-r--r--src/main/resources/db/specific/h2/V1.22__increase updated_at precision.sql2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/main/resources/db/specific/h2/V1.22__increase updated_at precision.sql b/src/main/resources/db/specific/h2/V1.22__increase updated_at precision.sql
deleted file mode 100644
index 22034ea2..00000000
--- a/src/main/resources/db/specific/h2/V1.22__increase updated_at precision.sql
+++ /dev/null
@@ -1,2 +0,0 @@
-ALTER TABLE replies MODIFY COLUMN updated_at timestamp(6) NOT NULL DEFAULT CURRENT_TIMESTAMP;
-ALTER TABLE messages_txt MODIFY COLUMN updated_at timestamp(6) NOT NULL DEFAULT CURRENT_TIMESTAMP; \ No newline at end of file