Wiki: Bildrechte-Bestätigung bei Foto-Einreichung (Checkbox + DB + Mod-Badge), SW by-v363
This commit is contained in:
parent
de73c7901e
commit
d603b7bae1
6 changed files with 42 additions and 7 deletions
|
|
@ -532,6 +532,8 @@ def _migrate(conn_factory):
|
|||
("dogs", "rasse_id", "INTEGER"),
|
||||
# Pflege: Schere vs. Trimmen unterscheiden
|
||||
("pflege_tipps", "fell_pflege_art", "TEXT"),
|
||||
# Wiki-Foto-Einreichungen: Bildrechte-Bestätigung
|
||||
("wiki_foto_submissions", "rights_confirmed", "INTEGER NOT NULL DEFAULT 0"),
|
||||
]
|
||||
with conn_factory() as conn:
|
||||
for table, column, col_type in migrations:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue