You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixtures should be one file which is loaded on a fresh install of Ghost.
Now that settings are separated, it is much clearer that this makes more sense.
Fixtures should be loaded via Bookshelf, rather than using knex.insert - we should eat our own dog food and ensure our models are correct.
The text was updated successfully, but these errors were encountered:
From #482:
Fixtures should be one file which is loaded on a fresh install of Ghost.
Now that settings are separated, it is much clearer that this makes more sense.
Fixtures should be loaded via
Bookshelf
, rather than usingknex.insert
- we should eat our own dog food and ensure our models are correct.The text was updated successfully, but these errors were encountered: