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