Merge pull request #587 from eikek/save-settings

Fix classifier_settings table
This commit is contained in:
mergify[bot] 2021-01-23 20:59:28 +00:00 committed by GitHub
commit 0089021f92
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,2 @@
alter table "classifier_setting"
drop column "enabled";

View File

@ -0,0 +1,2 @@
alter table `classifier_setting`
drop column `enabled`;

View File

@ -0,0 +1,2 @@
alter table "classifier_setting"
drop column "enabled";