Switched over to migrations
This commit is contained in:
5
migrations/1_devices.sql
Normal file
5
migrations/1_devices.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
-- Add migration script here
|
||||
CREATE TABLE Devices (
|
||||
ID CHAR(32) PRIMARY KEY,
|
||||
display_name VARCHAR(255)
|
||||
);
|
||||
Reference in New Issue
Block a user