migration conflict fixes

This commit is contained in:
zomars 2022-07-26 13:52:35 -06:00
parent 5ad25a692f
commit e3160027ea
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
-- DropForeignKey
ALTER TABLE "DestinationCalendar" DROP CONSTRAINT "DestinationCalendar_bookingId_fkey";
ALTER TABLE "DestinationCalendar" DROP CONSTRAINT IF EXISTS "DestinationCalendar_bookingId_fkey";
-- DropForeignKey
ALTER TABLE "DestinationCalendar" DROP CONSTRAINT "DestinationCalendar_eventTypeId_fkey";

View File

@ -5,7 +5,7 @@
*/
-- DropForeignKey
ALTER TABLE "DestinationCalendar" DROP CONSTRAINT "DestinationCalendar_bookingId_fkey";
ALTER TABLE "DestinationCalendar" DROP CONSTRAINT IF EXISTS "DestinationCalendar_bookingId_fkey";
-- DropIndex
DROP INDEX "DestinationCalendar_bookingId_key";