Feature: Telefonnummer für Orte (DB-Migration + API + Formular + Detailansicht)
This commit is contained in:
parent
abc7e6628a
commit
7096ba8fea
6 changed files with 17 additions and 5 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue