database: split create files into multiple

This commit is contained in:
2023-10-29 20:55:24 +01:00
parent 0194a2193b
commit 63ac524f81
12 changed files with 780 additions and 780 deletions

4
sql/v01/00.setup.sql Normal file
View 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;