Feature: Widerristhöhe im Hundeprofil + Ausweis-Fix (SW by-v873)
This commit is contained in:
parent
b12467286c
commit
83034c0db0
7 changed files with 58 additions and 33 deletions
|
|
@ -580,6 +580,8 @@ def _migrate(conn_factory):
|
|||
("users", "password_reset_expires", "TEXT"),
|
||||
# Fell-Typ für personalisierte Wetter-Hinweise
|
||||
("dogs", "fell_typ", "TEXT"), # kurz|mittel|lang|drahtaar|doppel|nackt
|
||||
# Widerristhöhe in cm (höchster Punkt Schulterblatt → Boden)
|
||||
("dogs", "widerrist_cm", "REAL"),
|
||||
# Tierarzt-Bewertungen: Durchschnitt + Anzahl am Tierarzt-Datensatz
|
||||
("tieraerzte", "avg_rating", "REAL DEFAULT 0"),
|
||||
("tieraerzte", "anz_bewertungen", "INTEGER DEFAULT 0"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue