mirror of
https://github.com/penpot/penpot.git
synced 2026-05-13 12:04:06 +00:00
12 lines
301 B
SQL
12 lines
301 B
SQL
ALTER INDEX team_font_variant_deleted_at_idx
|
|
RENAME TO team_font_variant__deleted_at__idx;
|
|
|
|
ALTER INDEX team_deleted_at_idx
|
|
RENAME TO team__deleted_at__idx;
|
|
|
|
ALTER INDEX profile_deleted_at_idx
|
|
RENAME TO profile__deleted_at__idx;
|
|
|
|
ALTER INDEX project_deleted_at_idx
|
|
RENAME TO project__deleted_at__idx;
|