/*
  Warnings:

  - You are about to drop the column `is_active` on the `sectors` table. All the data in the column will be lost.

*/
-- AlterTable
ALTER TABLE "sectors" DROP COLUMN "is_active";
