diff --git a/apps/portal/prisma/migrations/20221105140124_revert_default_location/migration.sql b/apps/portal/prisma/migrations/20221105140124_revert_default_location/migration.sql new file mode 100644 index 00000000..63805097 --- /dev/null +++ b/apps/portal/prisma/migrations/20221105140124_revert_default_location/migration.sql @@ -0,0 +1,2 @@ +-- AlterTable +ALTER TABLE "ResumesResume" ALTER COLUMN "locationId" DROP DEFAULT;