Files
play-life/play-life-backend/migrations/000002_fix_weekly_goals_user_id.down.sql
poignatov 99156d578a
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 1m34s
4.0.3: Исправлен user_id в weekly_goals
2026-01-26 18:05:20 +03:00

5 lines
302 B
SQL

-- Rollback migration: This migration cannot be automatically rolled back
-- The user_id values were corrected from projects.user_id, so reverting would
-- require knowing the original incorrect values, which is not possible.
-- If rollback is needed, you would need to manually restore from a backup.