All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 2m29s
8 lines
197 B
SQL
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;
|