From f1c3531b0523574368df3865cfb19adb7e322f6c Mon Sep 17 00:00:00 2001 From: Přemysl Eric Janouch
Date: Wed, 27 Dec 2023 04:41:14 +0100 Subject: Fix a comment --- initialize.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3-70-g09d2