Stripped out ui/api
This commit is contained in:
5
migrations/000010_create_guilds/up.sql
Normal file
5
migrations/000010_create_guilds/up.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
CREATE TABLE IF NOT EXISTS guilds (
|
||||
id BIGINT PRIMARY KEY NOT NULL,
|
||||
bot_id BIGINT NOT NULL,
|
||||
volume INTEGER NOT NULL
|
||||
);
|
||||
Reference in New Issue
Block a user