Added schema.sql and testdata.sql, moved sql out of tests package

This commit is contained in:
2025-02-13 20:30:53 +11:00
parent 5b1532b86d
commit 62111df6c5
4 changed files with 68 additions and 14 deletions

1
testdata.sql Normal file
View File

@@ -0,0 +1 @@
INSERT INTO users VALUES(1,'testuser','hashedpassword',1738995274);