Skip to content

Commit 00e1230

Browse files
authored
closes #1
1 parent 319a52f commit 00e1230

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Northwind.Sqlite3.create.sql

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
-- Modified by Len Boyette @ 2013-02-08
1212
-- Added foreign keys
13-
13+
PRAGMA foreign_keys=off;
1414

1515
-- Categories
1616
DROP TABLE IF EXISTS [Categories];
@@ -5983,6 +5983,9 @@ VALUES('98052', 'Redmond ', 2);
59835983
INSERT INTO Territories (TerritoryID, TerritoryDescription, RegionID)
59845984
VALUES('98104', 'Seattle ', 2);
59855985
SELECT * FROM [Territories];
5986+
5987+
PRAGMA foreign_keys=on;
5988+
59865989
--
59875990
-- Valon Hoti @ 2010-07-04 [YYYY-MM-DD]
59885991
-- Prishtine,10000

0 commit comments

Comments
 (0)