/*
  Warnings:

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

*/
-- AlterTable
ALTER TABLE "RecruiterProfile" DROP COLUMN "isIndependent",
ADD COLUMN     "isIndependent" BOOLEAN NOT NULL DEFAULT false;
