/*
  Warnings:

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

*/
-- AlterTable
ALTER TABLE `Vacation` MODIFY `status` ENUM('accepted', 'denied', 'pending') NOT NULL DEFAULT 'pending';
