mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-24 19:38:24 +00:00
Cleanup nodes that are not reachable anymore
This commit is contained in:
@ -0,0 +1,2 @@
|
||||
ALTER TABLE "node"
|
||||
ADD COLUMN "not_found" int not null default 0;
|
@ -0,0 +1,2 @@
|
||||
ALTER TABLE `node`
|
||||
ADD COLUMN `not_found` int not null default 0;
|
@ -0,0 +1,2 @@
|
||||
ALTER TABLE "node"
|
||||
ADD COLUMN "not_found" int not null default 0;
|
Reference in New Issue
Block a user