diff --git a/sql/init.sql b/sql/init.sql deleted file mode 100644 index 31e89c6..0000000 --- a/sql/init.sql +++ /dev/null @@ -1,16 +0,0 @@ --- SQL is designed for the SQLite database --- Moshpit of shit - -CREATE TABLE IF NOT EXISTS annoucements( - id INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, - description TEXT NOT NULL, - created_at DATETIME DEFAULT CURRENT_TIMESTAMP NOT NULL -); - -CREATE TABLE IF NOT EXISTS menu_item( - id INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, - description TEXT NOT NULL, - created_at DATETIME DEFAULT CURRENT_TIMESTAMP NOT NULL -) - --- FUCK