0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-10 23:36:14 -05:00
ghost/core/server/data/schema/fixtures
Naz 9821c3785e Fixed multiple author fixture initializaion
refs https://github.com/TryGhost/Toolbox/issues/230

 - The fixture manager has to initialize User/Roles fixtures first to be able to insert multiple authors as a relation in post fixtures. Otherwise the posts could not find correct authors and were failing trying to assign default "owner user" to each post
- The order of running fixtures matters, and till now the order wasn't taken into account at all when populating the db
2022-05-09 20:34:06 +08:00
..
fixture-manager.js Fixed multiple author fixture initializaion 2022-05-09 20:34:06 +08:00
fixtures.json Removed author_id useage form fixtures 2022-05-09 20:34:06 +08:00
index.js Changed to use different fixtures during testing 2021-11-16 14:03:42 +00:00