dorodere / komplett-normale-busliste

Registration system for bus drives, likely not of interest
GNU Affero General Public License v3.0
0 stars 0 forks source link

Versioning #11

Closed dorodere closed 1 year ago

dorodere commented 1 year ago

The upcoming database migrations just count up per every migration, but it's currently impossible to tell which migrations to apply when the application hasn't been updated for X days.

We need to find some versioning solution which allows both consistent + stable results, while making clear what and how to upgrade.

dorodere commented 1 year ago

Had this thought:

Things to note:

dorodere commented 1 year ago

Migrations are to be named something along the lines of {last_version}-{number_of_migration_for_this_version}-{description}.sql.