mirror of
https://github.com/LukeMathWalker/zero-to-production.git
synced 2025-02-17 19:25:19 +00:00
2 lines
52 B
MySQL
2 lines
52 B
MySQL
|
ALTER TABLE users RENAME password TO password_hash;
|