feat: new importer (#214)
This commit is contained in:
committed by
GitHub
parent
b51bc8f3f6
commit
212254d31a
@@ -0,0 +1,13 @@
|
||||
/*
|
||||
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;
|
||||
Reference in New Issue
Block a user