/*
  Warnings:

  - You are about to drop the `audit_logs` table. If the table is not empty, all the data it contains will be lost.

*/
-- DropIndex
DROP INDEX "public"."users_createdAt_idx";

-- AlterTable
ALTER TABLE "public"."users" ALTER COLUMN "email" DROP NOT NULL;

-- DropTable
DROP TABLE "public"."audit_logs";

-- CreateIndex
CREATE INDEX "ContactSuport_subject_idx" ON "public"."ContactSuport"("subject");

-- CreateIndex
CREATE INDEX "ContactSuport_message_idx" ON "public"."ContactSuport"("message");

-- CreateIndex
CREATE INDEX "RecentActions_action_idx" ON "public"."RecentActions"("action");

-- CreateIndex
CREATE INDEX "RecentActions_actionType_idx" ON "public"."RecentActions"("actionType");

-- CreateIndex
CREATE INDEX "users_user_type_idx" ON "public"."users"("user_type");
