init
This commit is contained in:
2
migrations/20241223000001_add_password_hash.sql
Normal file
2
migrations/20241223000001_add_password_hash.sql
Normal file
@@ -0,0 +1,2 @@
|
||||
-- Add password_hash column to users table
|
||||
ALTER TABLE users ADD COLUMN password_hash TEXT;
|
||||
Reference in New Issue
Block a user