From 661b514403d8d872ede8ae9ad656ec7173399551 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Wed, 31 Mar 2021 00:29:53 +0300 Subject: move Flyway resources back to resources/ --- .../db/migration/V1.22__increase updated_at precision.sql | 2 -- 1 file changed, 2 deletions(-) delete mode 100644 src/main/resources-filtered/db/migration/V1.22__increase updated_at precision.sql (limited to 'src/main/resources-filtered/db/migration/V1.22__increase updated_at precision.sql') diff --git a/src/main/resources-filtered/db/migration/V1.22__increase updated_at precision.sql b/src/main/resources-filtered/db/migration/V1.22__increase updated_at precision.sql deleted file mode 100644 index 22034ea2..00000000 --- a/src/main/resources-filtered/db/migration/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 -- cgit v1.2.3