/*
  Warnings:

  - The `type` column on the `documents` table would be dropped and recreated. This will lead to data loss if there is data in the column.

*/
-- AlterTable
ALTER TABLE "public"."documents" DROP COLUMN "type",
ADD COLUMN     "type" INTEGER;
