From 99832d0e10da498be303cbe5a66d3a9a2c20c1c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20=22flowdy=22=20He=C3=9F?= Date: Sat, 25 Jun 2016 17:53:51 +0200 Subject: [PATCH] activate recursive triggers in test sql --- t/schema.sql | 1 + 1 file changed, 1 insertion(+) diff --git a/t/schema.sql b/t/schema.sql index 10dbbbb..a496a8b 100644 --- a/t/schema.sql +++ b/t/schema.sql @@ -1,4 +1,5 @@ PRAGMA foreign_keys = ON; +PRAGMA recursive_triggers = ON; -- To understand the sql below, see the schema.sql file.