nexus/migrations/20260101000023_remove_project_task_frequency.sql
2026-01-26 11:58:04 -05:00

5 lines
204 B
SQL

-- Migration 023: Remove frequency from project scope tasks
-- Project tasks are one-time, they don't have recurring frequencies like service tasks
ALTER TABLE project_scope_tasks DROP COLUMN frequency;