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/ --- src/main/resources/db/migration/V1.8__html reply.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 src/main/resources/db/migration/V1.8__html reply.sql (limited to 'src/main/resources/db/migration/V1.8__html reply.sql') diff --git a/src/main/resources/db/migration/V1.8__html reply.sql b/src/main/resources/db/migration/V1.8__html reply.sql new file mode 100644 index 00000000..9f939971 --- /dev/null +++ b/src/main/resources/db/migration/V1.8__html reply.sql @@ -0,0 +1 @@ +ALTER TABLE replies ADD COLUMN html tinyint(4) NOT NULL DEFAULT '0'; \ No newline at end of file -- cgit v1.2.3