activate recursive triggers in test sql
This commit is contained in:
parent
1cd71974c4
commit
99832d0e10
@ -1,4 +1,5 @@
|
|||||||
PRAGMA foreign_keys = ON;
|
PRAGMA foreign_keys = ON;
|
||||||
|
PRAGMA recursive_triggers = ON;
|
||||||
|
|
||||||
-- To understand the sql below, see the schema.sql file.
|
-- To understand the sql below, see the schema.sql file.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user