commit 1ed36f6257c611d45fc129e4436a63b4513ba59e from: Oliver Lowe date: Thu May 12 07:38:36 2022 UTC Delete unused SQL script Replaced by statements in mailmux itself. Callers of OpenUserDB() and CreateUserDB() get a database initialised for them automatically. commit - a039d5d3dec690069733d885665406a79171b141 commit + 1ed36f6257c611d45fc129e4436a63b4513ba59e blob - 728c2ccabade3732ca545a7132d71bf0e3b4cf2c (mode 644) blob + /dev/null --- 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