diff options
Diffstat (limited to 'juick-server')
-rw-r--r-- | juick-server/src/main/resources/db/migration/V1.12__drop unused tables.sql | 5 |
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 |