Feature: Telefonnummer für Orte (DB-Migration + API + Formular + Detailansicht)

This commit is contained in:
rene 2026-04-17 10:32:04 +02:00
parent abc7e6628a
commit 7096ba8fea
6 changed files with 17 additions and 5 deletions

View file

@ -452,6 +452,7 @@ def _migrate(conn_factory):
("users", "social_link", "TEXT"),
("users", "profil_sichtbarkeit", "TEXT NOT NULL DEFAULT 'public'"),
("users", "avatar_url", "TEXT"),
("places", "telefon", "TEXT"),
]
with conn_factory() as conn:
for table, column, col_type in migrations: