mirror of
https://github.com/penpot/penpot.git
synced 2025-05-24 02:46:10 +02:00
✨ Add deleted at index to file table
This commit is contained in:
parent
c4104c816b
commit
69f084e1df
3 changed files with 21 additions and 0 deletions
11
backend/src/app/migrations/sql/0080-mod-index-names.sql
Normal file
11
backend/src/app/migrations/sql/0080-mod-index-names.sql
Normal file
|
@ -0,0 +1,11 @@
|
|||
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;
|
Loading…
Add table
Add a link
Reference in a new issue