/*
  Warnings:

  - You are about to drop the column `sm_image` on the `site_metadata` table. All the data in the column will be lost.
  - You are about to drop the column `sm_image_alt` on the `site_metadata` table. All the data in the column will be lost.
  - You are about to drop the column `sm_image_height` on the `site_metadata` table. All the data in the column will be lost.
  - You are about to drop the column `sm_image_width` on the `site_metadata` table. All the data in the column will be lost.

*/
-- AlterTable
ALTER TABLE `site_metadata` DROP COLUMN `sm_image`,
    DROP COLUMN `sm_image_alt`,
    DROP COLUMN `sm_image_height`,
    DROP COLUMN `sm_image_width`;
