feat: new importer (#214)
This commit is contained in:
committed by
GitHub
parent
b51bc8f3f6
commit
212254d31a
@@ -0,0 +1,4 @@
|
||||
-- AlterTable
|
||||
ALTER TABLE "public"."imports" ALTER COLUMN "currentBatch" DROP NOT NULL,
|
||||
ALTER COLUMN "currentBatch" DROP DEFAULT,
|
||||
ALTER COLUMN "currentBatch" SET DATA TYPE TEXT;
|
||||
Reference in New Issue
Block a user