Changing bot commands to be used by endpoints
This commit is contained in:
1
service/migrations/000010_create_guilds/down.sql
Normal file
1
service/migrations/000010_create_guilds/down.sql
Normal file
@@ -0,0 +1 @@
|
||||
DROP TABLE guilds;
|
||||
5
service/migrations/000010_create_guilds/up.sql
Normal file
5
service/migrations/000010_create_guilds/up.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
CREATE TABLE IF NOT EXISTS guilds (
|
||||
id BIGINT PRIMARY KEY NOT NULL,
|
||||
name TEXT NOT NULL,
|
||||
volume INTEGER NOT NULL
|
||||
);
|
||||
Reference in New Issue
Block a user