Scrapping the APi because rocket is not mature enough for this project
This commit is contained in:
@@ -16,3 +16,10 @@ CREATE TABLE IF NOT EXISTS invites (
|
||||
expires INTEGER,
|
||||
PRIMARY KEY (id)
|
||||
);
|
||||
|
||||
CREATE TABLE IF NOT EXISTS channels (
|
||||
id BIGINT,
|
||||
name varchar(256),
|
||||
description varchar(256),
|
||||
PRIMARY KEY (id)
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user