Files
stats/packages/db/prisma/migrations/20251018214030_fix/migration.sql
Carl-Gerhard Lindesvärd 212254d31a feat: new importer (#214)
2025-11-05 09:49:36 +01:00

14 lines
528 B
SQL

/*
Warnings:
- You are about to drop the column `provider` on the `imports` table. All the data in the column will be lost.
- You are about to drop the column `sourceLocation` on the `imports` table. All the data in the column will be lost.
- You are about to drop the column `sourceType` on the `imports` table. All the data in the column will be lost.
*/
-- AlterTable
ALTER TABLE "public"."imports" DROP COLUMN "provider",
DROP COLUMN "sourceLocation",
DROP COLUMN "sourceType",
ALTER COLUMN "config" DROP DEFAULT;