spaceshelter / orbitar

Experimental collective social/blogging platform with self-regulation.
MIT License
59 stars 23 forks source link

Fix long migration names leading to out-of-order application #365

Closed Aivean closed 9 months ago

Aivean commented 10 months ago

Two db migrations mistakenly had the longer names, that were being trimmed internally during the migration process (using some weird logic), leading to them being in the end of the migration list.

This change renames the migration files, ensuring the backward-compatibility for the existing systems.