/*
  Warnings:

  - You are about to drop the column `verified` on the `Company` table. All the data in the column will be lost.
  - You are about to drop the column `verified` on the `User` table. All the data in the column will be lost.

*/
-- AlterTable
ALTER TABLE "Company" DROP COLUMN "verified";

-- AlterTable
ALTER TABLE "User" DROP COLUMN "verified";
