Implement the speedbump
This commit is contained in:
6
db/migrations/0009-add-speedbump-id.sql
Normal file
6
db/migrations/0009-add-speedbump-id.sql
Normal file
@@ -0,0 +1,6 @@
|
||||
BEGIN TRANSACTION;
|
||||
|
||||
ALTER TABLE channel_room ADD COLUMN speedbump_id TEXT;
|
||||
ALTER TABLE channel_room ADD COLUMN speedbump_checked INTEGER;
|
||||
|
||||
COMMIT;
|
Reference in New Issue
Block a user