aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/db
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2022-12-16 20:00:01 +0300
committerGravatar Vitaly Takmazov2022-12-16 20:00:01 +0300
commit546e013453ef449f0c0d3670cde4076eda8f7a5c (patch)
tree0e04c9aca008ec8b51883bb865a29cb7831c838a /src/main/resources/db
parent12d0e240115e8be3451c20ea899be80ad695f823 (diff)
Drop unused zero date column
Diffstat (limited to 'src/main/resources/db')
-rw-r--r--src/main/resources/db/migration/V1.23__drop_off_ts.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/resources/db/migration/V1.23__drop_off_ts.sql b/src/main/resources/db/migration/V1.23__drop_off_ts.sql
new file mode 100644
index 00000000..47136476
--- /dev/null
+++ b/src/main/resources/db/migration/V1.23__drop_off_ts.sql
@@ -0,0 +1 @@
+alter table useroptions drop column off_ts;