0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-03-11 02:12:21 -05:00
ghost/core/server/data
Fabien O'Carroll 44c03eb0f4 Fixed migration exiting for single missing setting
refs #10318

`return` would break the whole loop, `continue` will continue to the
next iteration
2020-06-30 18:38:55 +02:00
..
db
exporter Removed use of deprecated setting flags from the codebase 2020-06-23 11:58:19 +12:00
importer Updated settings importer to handle new mapping 2020-06-30 17:38:36 +05:30
migrations Fixed migration exiting for single missing setting 2020-06-30 18:38:55 +02:00
schema Updated default settings and schema with updated types 2020-06-30 17:38:36 +05:30
validation