/*
  Warnings:

  - The values [events] on the enum `announcements_category` will be removed. If these variants are still used in the database, this will fail.

*/
-- AlterTable
ALTER TABLE `announcements` MODIFY `category` ENUM('general', 'maintenance', 'event') NOT NULL DEFAULT 'general';

-- AlterTable
ALTER TABLE `transactions` ALTER COLUMN `transaction_date` DROP DEFAULT;
