dist/sql: move test data to test_data_sqlite.sql
This commit is contained in:
4
dist/sql/pvv_mysql.sql
vendored
4
dist/sql/pvv_mysql.sql
vendored
@@ -33,10 +33,6 @@ CREATE TABLE motd (
|
||||
`content` TEXT
|
||||
);
|
||||
|
||||
/*
|
||||
INSERT INTO motd (title, content)
|
||||
VALUES ("MOTD ./dev.sh", "du kan endre motd i admin panelet");
|
||||
*/
|
||||
CREATE TABLE door (`time` INTEGER PRIMARY KEY, `open` BOOLEAN);
|
||||
|
||||
INSERT INTO
|
||||
|
||||
Reference in New Issue
Block a user