Add sqlite and config support
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
-- This file should undo anything in `up.sql`
|
||||
DROP TABLE dl_games;
|
||||
@@ -0,0 +1,4 @@
|
||||
-- Your SQL goes here
|
||||
CREATE TABLE dl_games (
|
||||
serial_number CHARACTER(10) NOT NULL PRIMARY KEY
|
||||
)
|
||||
Reference in New Issue
Block a user