/*
  Warnings:

  - You are about to drop the column `deleted_at` on the `media_categories_users_groups` table. All the data in the column will be lost.
  - You are about to drop the column `deleted_at` on the `user_groups` table. All the data in the column will be lost.

*/
-- AlterTable
ALTER TABLE `media_categories_users_groups` DROP COLUMN `deleted_at`;

-- AlterTable
ALTER TABLE `user_groups` DROP COLUMN `deleted_at`;
