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