c9579cb9ca
* Add initial database and server setup * Set up all routes, auth, etc * Implement sessions, password auth, hashing with argon2, and history storage
2 lines
66 B
SQL
2 lines
66 B
SQL
-- This file should undo anything in `up.sql`
|
|
drop table history;
|