monitoring/ffmap/db
Adrian Schmutzler 0bf2312fe4 Global: Put hoods into table and use smallint for reference
This will reduce size of stats_hood and, more importantly,
make hood assignment independent of hood name changes:

Previouly: Name change = changing string in every place
Now: Name change = change of one table entry

This requires changes to the MySQL database!

Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
2018-11-23 13:14:50 +01:00
..
gws.py Global: Change MAC address storage to use BIGINT 2018-11-23 13:14:41 +01:00
hoods.py Global: Put hoods into table and use smallint for reference 2018-11-23 13:14:50 +01:00
init_db.py Global: Read V1 hoods from KeyXchange 2018-11-23 13:14:50 +01:00
routers.py Global: Put hoods into table and use smallint for reference 2018-11-23 13:14:50 +01:00
stats.py Global: Put hoods into table and use smallint for reference 2018-11-23 13:14:50 +01:00
users.py db/*: Add missing commit to database 2018-01-15 12:30:08 +01:00