Scrapping the APi because rocket is not mature enough for this project

This commit is contained in:
2025-03-11 20:24:54 -07:00
parent 1c9d0a6207
commit 44530ff327
8 changed files with 1509 additions and 1899 deletions

View File

@@ -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)
);