Deprecated Tabelle "subscriptions" entfernen #35
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Beschreibung
Laut
backend/routers/subscription.pyund Dokumentation wurdesubscriptionsTabelle durchaccess_grantsersetzt (v9c).Problem
L�sung
DROP TABLE IF EXISTS subscriptions CASCADE;Vorsicht
Akzeptanzkriterien
016_drop_subscriptions.sqlerstellt.claude/docs/technical/DATABASE.mdaktualisiertAufwand
~1h
Betroffene Dateien
backend/migrations/016_drop_subscriptions.sql(NEU).claude/docs/technical/DATABASE.mdAbh�ngigkeiten
Keine
Automatischer Audit (Code, 2026-07-23)
Deprecated Tabelle
subscriptionsist aus dem aktiven Schema entfernt:backend/schema.sql,backend/migrations/, Backend-Pythonaccess_grants,tier_limits, etc. (Migration v9c)Doku-Hinweis deprecated:
.claude/docs/technical/DATABASE.mdOptional Prod-Check:
\dt subscriptions— sollte leer/nicht vorhanden sein.