diff options
author | Vitaly Takmazov | 2022-12-15 16:03:23 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2022-12-15 16:03:23 +0300 |
commit | e13c2e7e970fdfb30186edbb58d2982551f1607f (patch) | |
tree | 760f4716d05baaeacdf524325b33a3f8d33bf671 /src/main/resources/db/specific/h2/V1.12__drop unused tables.sql | |
parent | aa90e6ca91d42af291458a8730d5a03c60f9dd33 (diff) |
postgres: baseline full schema to 1.22
Diffstat (limited to 'src/main/resources/db/specific/h2/V1.12__drop unused tables.sql')
-rw-r--r-- | src/main/resources/db/specific/h2/V1.12__drop unused tables.sql | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/main/resources/db/specific/h2/V1.12__drop unused tables.sql b/src/main/resources/db/specific/h2/V1.12__drop unused tables.sql new file mode 100644 index 00000000..1599f5f6 --- /dev/null +++ b/src/main/resources/db/specific/h2/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 |