Add migration 002: add password_hash column to sessions
This commit is contained in:
1
internal/db/schema/002_add_passwords.sql
Normal file
1
internal/db/schema/002_add_passwords.sql
Normal file
@@ -0,0 +1 @@
|
|||||||
|
ALTER TABLE sessions ADD COLUMN password_hash TEXT NOT NULL DEFAULT '';
|
||||||
Reference in New Issue
Block a user