Commit Diff
--- init.sql +++ /dev/null @@ -1,10 +0,0 @@ -CREATE TABLE IF NOT EXISTS users ( - username TEXT PRIMARY KEY, - password BLOB NOT NULL -); - -CREATE TABLE IF NOT EXISTS aliases ( - recipient TEXT PRIMARY KEY, - destination TEXT, - FOREIGN KEY(destination) REFERENCES users(username) -) \ No newline at end of file