Ghost/core/server/data/migrations
Hannah Wolfe ac32944dc6
Updated migration eslint rule to catch bad filenames
- We had an incident where a migration file was misnamed.
- This is caused by using slimer with spaces rather than hyphens
- We didn't imagine this case when writing the regex for matching filenames
- However, now we know it, it's easy to tweak the regex to match this case
- This requires adding an override to the one badly named file
2022-04-05 11:50:39 +01:00
..
hooks Removed settings populateDefaults pre-migration 2021-02-10 10:34:08 +13:00
init Removed unnecessary checks during initial DB init 2022-02-21 08:44:40 +01:00
versions Updated migration eslint rule to catch bad filenames 2022-04-05 11:50:39 +01:00
utils.js Fixed migration util dropping foreign keys before columns 2022-04-04 13:03:38 +01:00