diff options
author | Vitaly Takmazov | 2023-01-15 06:59:04 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2023-01-15 06:59:04 +0300 |
commit | 9cc0391c14f64a5b6e0835f1ed07f56304372cf5 (patch) | |
tree | 2822f92002bebee48da5e0bfa11176d0cddd83c1 /src/main/resources/db | |
parent | b164110c9262b6808843bda7db60d2903878a70b (diff) |
Drop unused table and methods
Diffstat (limited to 'src/main/resources/db')
-rw-r--r-- | src/main/resources/db/migration/V1.33__drop_mail.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/resources/db/migration/V1.33__drop_mail.sql b/src/main/resources/db/migration/V1.33__drop_mail.sql new file mode 100644 index 00000000..ee4cab70 --- /dev/null +++ b/src/main/resources/db/migration/V1.33__drop_mail.sql @@ -0,0 +1 @@ +DROP TABLE mail |