cards/apps
Till JS 4d905bb4cd
Some checks are pending
CI / validate (push) Waiting to run
fix(api): 0002_decks_archived_at — schließt Schema-Drift
Production-DB hatte cards.decks.archived_at nicht, obwohl 0000_baseline
die Spalte im CREATE TABLE hat. Ursache: Schema-Datei wurde nach
initialer DB-Provisionierung um archived_at erweitert, ohne separate
ADD-COLUMN-Migration zu generieren. Resultat: cards-native
DeckListView triggert GET /api/v1/decks → isNull(decks.archivedAt) →
PostgresError → HTTP 500.

Fix:
- 0002_decks_archived_at.sql mit ALTER TABLE IF NOT EXISTS (idempotent)
- _journal.json updaten
- Auf Production manuell schon angewandt 2026-05-13 — diese Migration
  ist nur für fresh Setups + Migration-State-Konsistenz

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-13 15:32:25 +02:00
..
api fix(api): 0002_decks_archived_at — schließt Schema-Drift 2026-05-13 15:32:25 +02:00
landing feat(cards): recovery mode, undo, FSRS slider, streak header, stats charts, blog 2026-05-13 13:37:03 +02:00
web feat(web): /privacy + /help Stubs für App-Store-Submission 2026-05-13 14:10:45 +02:00