summaryrefslogtreecommitdiff
path: root/initialize.sql
diff options
context:
space:
mode:
Diffstat (limited to 'initialize.sql')
-rw-r--r--initialize.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/initialize.sql b/initialize.sql
index 3df2d49..5a54a7f 100644
--- a/initialize.sql
+++ b/initialize.sql
@@ -36,7 +36,7 @@ END;
/*
Automatic garbage collection, not sure if it actually makes any sense.
-It's also not recursive, but it should be:
+This needs PRAGMA recursive_triggers = 1; to work properly.
CREATE TRIGGER IF NOT EXISTS node__parent__gc
AFTER DELETE ON node FOR EACH ROW