4.2.0: Драфты задач и автовыполнение
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 2m29s

This commit is contained in:
poignatov
2026-01-28 20:19:53 +03:00
parent a886cf13e8
commit ba0f34c91b
10 changed files with 1275 additions and 376 deletions

View File

@@ -0,0 +1,7 @@
-- 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;