fedimovies/migrations/V0021__user_account__nullable_password_hash.sql

2 lines
67 B
MySQL
Raw Normal View History

2022-02-15 19:26:06 +00:00
ALTER TABLE user_account ALTER COLUMN password_hash DROP NOT NULL;