Files
play-life/play-life-backend/migrations/000034_add_default_auto_complete.down.sql
poignatov e2966aedd1
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 1m32s
6.27.0: Автовыполнение и прогрессия по-умолчанию
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-20 12:04:45 +03:00

3 lines
101 B
SQL

ALTER TABLE tasks DROP COLUMN default_auto_complete;
ALTER TABLE tasks DROP COLUMN default_progress;