aboutsummaryrefslogtreecommitdiff
path: root/initialize.sql
diff options
context:
space:
mode:
authorPřemysl Eric Janouch <p@janouch.name>2023-12-27 04:41:14 +0100
committerPřemysl Eric Janouch <p@janouch.name>2023-12-27 04:41:14 +0100
commitf1c3531b0523574368df3865cfb19adb7e322f6c (patch)
tree0f091022999565216cd4d786a98f429b84ae5547 /initialize.sql
parent7daee6daefee15183e87f9f01680f27a34274bc1 (diff)
downloadgallery-f1c3531b0523574368df3865cfb19adb7e322f6c.tar.gz
gallery-f1c3531b0523574368df3865cfb19adb7e322f6c.tar.xz
gallery-f1c3531b0523574368df3865cfb19adb7e322f6c.zip
Fix a comment
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