gut-space / satnogs

The goal of this project is to create a functional satellite ground station, able to receive VHF transmissions from NOAA sats and more!
https://aquarius.klub.com.pl
MIT License
10 stars 0 forks source link

DB migrations, repository pattern #37

Closed fivitti closed 4 years ago

fivitti commented 4 years ago

I refactor code to use repository pattern. I allow me to add support for database migrations. I include also few another small changes.

If you have existing database then you need manually perform migration to 5 revision. After it you can use "migrate-db.py" script. If you have empty database then you may to fire this script without any additional action.

Related issues: