diff options
author | Vitaly Takmazov | 2022-12-16 20:00:01 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2022-12-16 20:00:01 +0300 |
commit | 546e013453ef449f0c0d3670cde4076eda8f7a5c (patch) | |
tree | 0e04c9aca008ec8b51883bb865a29cb7831c838a /src/main/resources/db/migration | |
parent | 12d0e240115e8be3451c20ea899be80ad695f823 (diff) |
Drop unused zero date column
Diffstat (limited to 'src/main/resources/db/migration')
-rw-r--r-- | src/main/resources/db/migration/V1.23__drop_off_ts.sql | 1 |
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; |