pavelfilippi / weather-monitor

MIT License
1 stars 0 forks source link

Fix database hypertable & indexes #16

Closed pavelfilippi closed 1 year ago

pavelfilippi commented 1 year ago

Fix bug in creating/migrating db

When I introduced alembic, I accidentally removed indexes & creating hypertable
Changes that introduced the bug: https://github.com/pavelfilippi/weather-monitor/pull/7 Fixes: https://github.com/pavelfilippi/weather-monitor/issues/10 & https://github.com/pavelfilippi/weather-monitor/issues/12

Changes