fedimovies/migrations/V0050__actor_profile__add_aliases.sql
silverpill b56e11e81d Add "aliases" column to actor profile table
It is used to store unverified aliases,
and potentially can be used for verified aliases too.
2023-03-17 20:27:50 +00:00

1 line
74 B
SQL

ALTER TABLE actor_profile ADD COLUMN aliases JSONB NOT NULL DEFAULT '[]';