DB update mechanism (#2458)

* Database update mechanism
This commit is contained in:
Soxoj
2026-04-04 18:00:50 +02:00
committed by Soxoj
parent 66b741793e
commit f3093fd5af
13 changed files with 766 additions and 7 deletions
+5 -1
View File
@@ -1,3 +1,7 @@
#!/bin/sh
echo 'Activating update_sitesmd hook script...'
poetry run update_sitesmd
poetry run update_sitesmd
echo 'Regenerating db_meta.json...'
python3 utils/generate_db_meta.py
git add maigret/resources/db_meta.json