From abb835d22d1ece9946a95894fd73bc74ff7aebf7 Mon Sep 17 00:00:00 2001 From: Vikhyath Mondreti Date: Fri, 5 Sep 2025 11:52:39 -0700 Subject: [PATCH] fix(schedule-self-host): remove incorrect migration (#1260) * fix(schedule-self-host): remove incorrect migration * delete unintentional file --- apps/sim/db/migrations/0009_far_sharon_ventura.sql | 1 - 1 file changed, 1 deletion(-) delete mode 100644 apps/sim/db/migrations/0009_far_sharon_ventura.sql diff --git a/apps/sim/db/migrations/0009_far_sharon_ventura.sql b/apps/sim/db/migrations/0009_far_sharon_ventura.sql deleted file mode 100644 index a574eacee0..0000000000 --- a/apps/sim/db/migrations/0009_far_sharon_ventura.sql +++ /dev/null @@ -1 +0,0 @@ -ALTER TABLE "workflow_schedule" DROP COLUMN "timezone"; \ No newline at end of file