diff options
author | Vitaly Takmazov | 2022-12-22 01:44:15 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2022-12-22 01:44:32 +0300 |
commit | 56afc659e9e8e9b22ece74d5733e718f882da783 (patch) | |
tree | f61f201b07fd80642e36751bd59bee184627599d /src/main/resources/db/specific/h2/V1.18__increase messages and replies timestamp precision.sql | |
parent | c91692786f3688a8b98d34d9ca1f0c7874f9f0d3 (diff) |
h2: baseline to 1.22
Diffstat (limited to 'src/main/resources/db/specific/h2/V1.18__increase messages and replies timestamp precision.sql')
-rw-r--r-- | src/main/resources/db/specific/h2/V1.18__increase messages and replies timestamp precision.sql | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/main/resources/db/specific/h2/V1.18__increase messages and replies timestamp precision.sql b/src/main/resources/db/specific/h2/V1.18__increase messages and replies timestamp precision.sql deleted file mode 100644 index 5b298c46..00000000 --- a/src/main/resources/db/specific/h2/V1.18__increase messages and replies timestamp precision.sql +++ /dev/null @@ -1,5 +0,0 @@ -ALTER TABLE replies MODIFY COLUMN ts timestamp(6) NOT NULL DEFAULT CURRENT_TIMESTAMP; -ALTER TABLE messages MODIFY COLUMN ts timestamp(6) NOT NULL DEFAULT CURRENT_TIMESTAMP; -ALTER TABLE messages MODIFY COLUMN updated timestamp(6) NOT NULL DEFAULT CURRENT_TIMESTAMP; -ALTER TABLE messages_txt MODIFY COLUMN updated_at timestamp(6) NOT NULL DEFAULT CURRENT_TIMESTAMP; -ALTER TABLE users MODIFY COLUMN lastmessage timestamp(6) NOT NULL DEFAULT CURRENT_TIMESTAMP; |