activate recursive triggers in test sql

This commit is contained in:
Florian "flowdy" Heß 2016-06-25 17:53:51 +02:00
parent 1cd71974c4
commit 99832d0e10
1 changed files with 1 additions and 0 deletions

View File

@ -1,4 +1,5 @@
PRAGMA foreign_keys = ON;
PRAGMA recursive_triggers = ON;
-- To understand the sql below, see the schema.sql file.