mirror of
https://github.com/atuinsh/atuin.git
synced 2025-02-10 15:41:00 +01:00
* Add initial database and server setup * Set up all routes, auth, etc * Implement sessions, password auth, hashing with argon2, and history storage
3 lines
67 B
SQL
3 lines
67 B
SQL
-- This file should undo anything in `up.sql`
|
|
drop table sessions;
|