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