mirror of
https://github.com/penpot/penpot.git
synced 2025-01-09 16:30:37 -05:00
🐛 Add missing sql sentence on migration 0009.
This commit is contained in:
parent
7bda554889
commit
5268a7663f
1 changed files with 3 additions and 0 deletions
|
@ -1,3 +1,6 @@
|
||||||
DROP INDEX profile_email__profile_id__idx;
|
DROP INDEX profile_email__profile_id__idx;
|
||||||
DROP INDEX profile_email__email__idx;
|
DROP INDEX profile_email__email__idx;
|
||||||
DROP TABLE profile_email;
|
DROP TABLE profile_email;
|
||||||
|
|
||||||
|
ALTER TABLE profile
|
||||||
|
ADD COLUMN pending_email text NULL;
|
||||||
|
|
Loading…
Reference in a new issue