veza/veza-backend-api/migrations/943_create_track_stems_down.sql
senke 871a0f2a05
Some checks failed
Backend API CI / test-integration (push) Failing after 0s
Frontend CI / test (push) Failing after 0s
Storybook Audit / Build & audit Storybook (push) Failing after 0s
Backend API CI / test-unit (push) Failing after 0s
feat(v0.10.7): Collaboration Temps Réel F481-F483
- F481: Co-listening sessions (WebSocket sync, ListenTogether page)
- F482: Stem sharing (upload/list/download wav,aiff,flac)
- F483: Collaborative rooms (type collaborative, max 10, invite-only)
- Roadmap: v0.10.7 → DONE
2026-03-10 13:34:16 +01:00

5 lines
146 B
SQL

-- 943_create_track_stems_down.sql
-- Rollback for v0.10.7 F482
DROP INDEX IF EXISTS idx_track_stems_track_id;
DROP TABLE IF EXISTS track_stems;