-
Notifications
You must be signed in to change notification settings - Fork 192
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1d8dc0b
commit cd8e401
Showing
5 changed files
with
89 additions
and
55 deletions.
There are no files selected for viewing
29 changes: 29 additions & 0 deletions
29
app/database/migrations/20250127174933_upgrade_prisma/migration.sql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
-- AlterTable | ||
ALTER TABLE "_AssetReminderToTeamMember" ADD CONSTRAINT "_AssetReminderToTeamMember_AB_pkey" PRIMARY KEY ("A", "B"); | ||
|
||
-- DropIndex | ||
DROP INDEX "_AssetReminderToTeamMember_AB_unique"; | ||
|
||
-- AlterTable | ||
ALTER TABLE "_AssetToBooking" ADD CONSTRAINT "_AssetToBooking_AB_pkey" PRIMARY KEY ("A", "B"); | ||
|
||
-- DropIndex | ||
DROP INDEX "_AssetToBooking_AB_unique"; | ||
|
||
-- AlterTable | ||
ALTER TABLE "_AssetToTag" ADD CONSTRAINT "_AssetToTag_AB_pkey" PRIMARY KEY ("A", "B"); | ||
|
||
-- DropIndex | ||
DROP INDEX "_AssetToTag_AB_unique"; | ||
|
||
-- AlterTable | ||
ALTER TABLE "_CategoryToCustomField" ADD CONSTRAINT "_CategoryToCustomField_AB_pkey" PRIMARY KEY ("A", "B"); | ||
|
||
-- DropIndex | ||
DROP INDEX "_CategoryToCustomField_AB_unique"; | ||
|
||
-- AlterTable | ||
ALTER TABLE "_RoleToUser" ADD CONSTRAINT "_RoleToUser_AB_pkey" PRIMARY KEY ("A", "B"); | ||
|
||
-- DropIndex | ||
DROP INDEX "_RoleToUser_AB_unique"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
# Please do not edit this file manually | ||
# It should be added in your version-control system (i.e. Git) | ||
# It should be added in your version-control system (e.g., Git) | ||
provider = "postgresql" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters