mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-04-11 03:29:33 +00:00
Merge pull request #587 from eikek/save-settings
Fix classifier_settings table
This commit is contained in:
commit
0089021f92
modules/store/src/main/resources/db/migration
@ -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