mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-22 02:18:26 +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