mirror of
https://github.com/penpot/penpot.git
synced 2025-01-24 23:49:45 -05:00
6 lines
166 B
SQL
6 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;
|