Validate db schema before startup
This commit is contained in:
7
scnserver/db/schema/sqlite.ddl
Normal file
7
scnserver/db/schema/sqlite.ddl
Normal file
@@ -0,0 +1,7 @@
|
||||
CREATE TABLE sqlite_master (
|
||||
type text,
|
||||
name text,
|
||||
tbl_name text,
|
||||
rootpage integer,
|
||||
sql text
|
||||
);
|
||||
Reference in New Issue
Block a user