database: split create files into multiple
This commit is contained in:
4
sql/v01/00.setup.sql
Normal file
4
sql/v01/00.setup.sql
Normal file
@ -0,0 +1,4 @@
|
||||
|
||||
PRAGMA application_id = 0x454C5747; -- ASCII: "ELWG"
|
||||
PRAGMA user_version = 0; -- Product version. 4-byte integer: 1st - major, 2nd - minor, 3rd+4th - patch
|
||||
PRAGMA foreign_keys = ON;
|
Reference in New Issue
Block a user