mirror of
https://github.com/penpot/penpot.git
synced 2026-05-12 11:34:02 +00:00
7 lines
166 B
SQL
7 lines
166 B
SQL
DROP INDEX profile_email__profile_id__idx;
|
|
DROP INDEX profile_email__email__idx;
|
|
DROP TABLE profile_email;
|
|
|
|
ALTER TABLE profile
|
|
ADD COLUMN pending_email text NULL;
|