Start DB integration
This commit is contained in:
2
migrations/2024-09-07-151517_demos/down.sql
Normal file
2
migrations/2024-09-07-151517_demos/down.sql
Normal file
@@ -0,0 +1,2 @@
|
||||
-- This file should undo anything in `up.sql`
|
||||
DROP TABLE demos
|
||||
5
migrations/2024-09-07-151517_demos/up.sql
Normal file
5
migrations/2024-09-07-151517_demos/up.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
-- Your SQL goes here
|
||||
CREATE TABLE IF NOT EXISTS demos (
|
||||
steam_id bigint PRIMARY KEY,
|
||||
demo_id bigint
|
||||
)
|
||||
Reference in New Issue
Block a user