remove test init script

This commit is contained in:
Sky Johnson 2025-05-03 15:16:57 -05:00
parent 972df7003b
commit f7b000e428

View File

@ -1,5 +0,0 @@
sqlite("test"):create_table("users",
"id INTEGER PRIMARY KEY AUTOINCREMENT",
"username TEXT NOT NULL UNIQUE",
"password TEXT"
)