mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-11-01 02:20:10 +00:00
Fix classifier_settings table
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
alter table "classifier_setting"
|
||||
drop column "enabled";
|
||||
@@ -0,0 +1,2 @@
|
||||
alter table `classifier_setting`
|
||||
drop column `enabled`;
|
||||
@@ -0,0 +1,2 @@
|
||||
alter table "classifier_setting"
|
||||
drop column "enabled";
|
||||
Reference in New Issue
Block a user