Files
play-life/play-life-backend/migrations/000005_add_task_drafts.down.sql
2026-02-08 17:01:36 +03:00

8 lines
197 B
SQL

-- Migration: Remove task drafts tables
-- Date: 2026-01-26
--
-- This migration removes tables created for task drafts
DROP TABLE IF EXISTS task_draft_subtasks;
DROP TABLE IF EXISTS task_drafts;