mirror of
https://github.com/penpot/penpot.git
synced 2025-07-16 14:05:17 +02:00
- Proper handling of referenced tables deletion. - Proper handling of storage referenced tables deletion. - Remove of obsolete tables and triggers.
9 lines
340 B
SQL
9 lines
340 B
SQL
--- This is a second migration but it should be applied when manual
|
|
--- migration intervention is alteady executed.
|
|
|
|
ALTER TABLE file_media_object ALTER COLUMN media_id SET NOT NULL;
|
|
DROP TABLE file_media_thumbnail;
|
|
|
|
ALTER TABLE team DROP COLUMN photo;
|
|
ALTER TABLE profile DROP COLUMN photo;
|
|
ALTER TABLE file_media_object DROP COLUMN path;
|