Cleanup, working on getting play to work
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
CREATE TABLE IF NOT EXISTS guilds (
|
||||
id BIGINT PRIMARY KEY NOT NULL,
|
||||
name TEXT NOT NULL,
|
||||
volume INTEGER NOT NULL
|
||||
volume DOUBLE PRECISION NOT NULL
|
||||
);
|
||||
Reference in New Issue
Block a user