mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-03 23:00:14 -05:00
no issue - `knex-migrator` will run migrations in the order that nodejs provides when running `fs.readDirSync` which in most cases is strict alphabetical - 3.0 will shortly have more than 9 migrations which was resulting in the migration order being 1, 10, 2 - prefixing all single-digit migrations with `0` means that strict alphabetical ordering results in the expected order |
||
---|---|---|
.. | ||
db | ||
exporter | ||
importer | ||
migrations | ||
schema | ||
validation | ||
timezones.json |