mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-07-04 16:48:26 +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