mirror of
https://github.com/umami-software/umami.git
synced 2025-12-06 01:18:00 +01:00
add migration prisma 4
This commit is contained in:
parent
d755a7fa24
commit
79ae5b0571
1 changed files with 11 additions and 0 deletions
11
db/postgresql/migrations/02_prisma_4_upgrade/migration.sql
Normal file
11
db/postgresql/migrations/02_prisma_4_upgrade/migration.sql
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
-- RenameIndex
|
||||
ALTER INDEX "account.username_unique" RENAME TO "account_username_key";
|
||||
|
||||
-- RenameIndex
|
||||
ALTER INDEX "session.session_uuid_unique" RENAME TO "session_session_uuid_key";
|
||||
|
||||
-- RenameIndex
|
||||
ALTER INDEX "website.share_id_unique" RENAME TO "website_share_id_idx";
|
||||
|
||||
-- RenameIndex
|
||||
ALTER INDEX "website.website_uuid_unique" RENAME TO "website_website_uuid_key";
|
||||
Loading…
Add table
Add a link
Reference in a new issue