0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-03 23:00:14 -05:00
ghost/core/server/data/schema
Katharina Irrgang 9fad7f1d69 use migration runner for init db (#7502)
refs #7489

* 🎨  protect error when creating owner
* 🎨  reset migration table
- temporary solution, see TODO's
* 🎨  use sephiroth in bootUp script
- do not populate the database
- ask sephiroth for database state
- do seeding manually (this will be removed in next seeding PR)
* 🎨  rewrite createTableIfNotExists because it causes error when running twice
- see knex issue
- hasTable and createTable
- indexes can cause trouble when calling them twice
* 🎨  tests: populate db in test env
- when forking db
- when starting ghost()
- this basically affects only the functional tests
* 🎨  server spec test adaption
- we now throw an error when database is not populated, instead of populating the database
* 🎨   migration spec adaption
- reset database now deletes migration table
- we will move the reset script into sephiroth and then we make it pretty
* 🎨  error creation adaption in bootUp
* 🎨  fixes
- sephiroth error handling
- fix tests
2016-10-11 13:37:11 +01:00
..
clients 🔥 remove postgres support 2016-09-20 15:59:34 +01:00
bootup.js use migration runner for init db (#7502) 2016-10-11 13:37:11 +01:00
checks.js
commands.js use migration runner for init db (#7502) 2016-10-11 13:37:11 +01:00
default-settings.json Migration: New database versioning (#7499) 2016-10-06 14:50:55 +01:00
index.js 🎨 Preparation for going alpha (#7404) 2016-09-20 15:59:34 +01:00
schema.js 🎨 Use GhostAuth name and example emails (#7475) 2016-10-03 15:11:43 +01:00
versioning.js Misc Middleware cleanup (#7526) 2016-10-10 21:14:32 +02:00