mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-24 19:38:24 +00:00
Remove unused column in item
This commit is contained in:
@ -0,0 +1 @@
|
||||
alter table "item" drop column "inreplyto";
|
@ -0,0 +1,2 @@
|
||||
alter table `item` drop foreign key item_ibfk_1;
|
||||
alter table `item` drop column `inreplyto` cascade;
|
@ -0,0 +1 @@
|
||||
alter table "item" drop column "inreplyto";
|
Reference in New Issue
Block a user