diff options
author | Vitaly Takmazov | 2019-03-01 16:51:10 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2019-03-01 16:51:10 +0300 |
commit | 22358b0c64243f09dbbb4a3038f8956390ac63f1 (patch) | |
tree | 1ed716802992fc9b0ab3f014a1d8d0a456c7a7f7 /src/main/resources/db | |
parent | fdef6b03b20654d4c90349916a9a15c6569c677a (diff) |
Drop ugnich index-like tags column
Diffstat (limited to 'src/main/resources/db')
-rw-r--r-- | src/main/resources/db/migration/V1.17__drop tags column.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/resources/db/migration/V1.17__drop tags column.sql b/src/main/resources/db/migration/V1.17__drop tags column.sql new file mode 100644 index 00000000..ebb2d9a6 --- /dev/null +++ b/src/main/resources/db/migration/V1.17__drop tags column.sql @@ -0,0 +1 @@ +ALTER TABLE messages_txt DROP COLUMN tags;
\ No newline at end of file |