mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-04-04 18:39:33 +00:00
Fix classifier_settings table
This commit is contained in:
parent
e6d67c368b
commit
1b66e2af5c
@ -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";
|
Loading…
x
Reference in New Issue
Block a user