taskcafe/migrations/0042_add-default-null-to-profile_avatar_url-on-user_account.up.sql

2 lines
75 B
SQL

ALTER TABLE user_account ALTER COLUMN profile_avatar_url SET DEFAULT null;