Files
stats/apps/backend/prisma/migrations/20231012082544_external_id_optional/migration.sql
Carl-Gerhard Lindesvärd 8a2417de5a refactor api and sdk
2023-10-12 12:16:33 +02:00

6 lines
143 B
SQL

-- DropIndex
DROP INDEX "profiles_project_id_external_id_key";
-- AlterTable
ALTER TABLE "profiles" ALTER COLUMN "external_id" DROP NOT NULL;