2 lines
52 B
SQL
2 lines
52 B
SQL
ALTER TABLE users RENAME password TO password_hash;
|
ALTER TABLE users RENAME password TO password_hash;
|