mirror of
https://github.com/LukeMathWalker/zero-to-production.git
synced 2024-12-12 19:16:32 +00:00
1 line
52 B
SQL
1 line
52 B
SQL
ALTER TABLE users RENAME password TO password_hash;
|