/*
  Warnings:

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

*/
-- AlterTable
ALTER TABLE "recent_dashboards" DROP COLUMN "name";
