mirror of
https://github.com/LukeMathWalker/zero-to-production.git
synced 2025-01-20 22:08:06 +00:00
1 line
52 B
SQL
1 line
52 B
SQL
ALTER TABLE users RENAME password TO password_hash;
|