aboutsummaryrefslogtreecommitdiff
path: root/juick-server/src
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2018-10-18 14:07:09 +0300
committerGravatar Vitaly Takmazov2018-10-18 14:07:09 +0300
commit7f22db6f6e3b0ecbecd41d0bbf28065590def45a (patch)
tree69242a0b1fe9f892b19d6b5d2ab179866ae9e051 /juick-server/src
parenta1f9fe5ea28ec28d7cda704d8ef79ca2bd890195 (diff)
drop unused tables
Diffstat (limited to 'juick-server/src')
-rw-r--r--juick-server/src/main/resources/db/migration/V1.12__drop unused tables.sql5
1 files changed, 5 insertions, 0 deletions
diff --git a/juick-server/src/main/resources/db/migration/V1.12__drop unused tables.sql b/juick-server/src/main/resources/db/migration/V1.12__drop unused tables.sql
new file mode 100644
index 00000000..1599f5f6
--- /dev/null
+++ b/juick-server/src/main/resources/db/migration/V1.12__drop unused tables.sql
@@ -0,0 +1,5 @@
+DROP TABLE IF EXISTS messages_votes;
+DROP TABLE IF EXISTS reader_links;
+DROP TABLE IF EXISTS reader_rss;
+DROP TABLE IF EXISTS captcha;
+DROP TABLE IF EXISTS captchaimg; \ No newline at end of file