ADI-Labs / density

wireless density API
13 stars 26 forks source link

Database Migration #236

Closed alanhdu closed 5 years ago

alanhdu commented 5 years ago

Over the summer, CUIT changed their ids for routers and buildings. For now, we have a hotfix to remap the ids in Python (see https://github.com/ADI-Labs/density/pull/235). Ideally, we should do a real schema migration in Postgres to avoid this.

We should also go ahead and delete the 1 month of garbage data where we got that all client counts were 0 (starting approximately August 2nd).

cc @ignacio-ramirez-piriz @ADI-Labs/density