/*
  Warnings:

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

*/
-- AlterTable
ALTER TABLE "Dealer" DROP COLUMN "publishedAt",
ADD COLUMN     "heroSlider" JSONB;
