Ghost/core/test/integration/model
Katharina Irrgang 584bd15b76 🔥 remove database version (#7894)
refs #7489

- as we are now using a different migration approach (knex-migrator), we don't need to remember the database version anymore
- it was once used to check the state of a database and based on it we decided to migrate or not
- with knex-migrator everything depends on the migration table entries and the current ghost version you are on
- on current master the leftover usage is to add the db version when exporting the database, which can be replaced by reading the ghost version
- removing this solves also an interesting migration case with knex-migrator:
  - you are on 1.0
  - you update to 1.1, but 1.1 has no migrations
  - the db version would remain in 1.0
  - because the db version was only updated when knex migrator executed a migration
2017-01-26 12:12:00 +00:00
..
base 🐛 fix DST in listeners spec (#7652) 2016-10-31 11:46:29 +00:00
model_accesstoken_spec.js replace auto increment id's by object id (#7495) 2016-11-17 09:09:11 +00:00
model_app-fields_spec.js replace auto increment id's by object id (#7495) 2016-11-17 09:09:11 +00:00
model_app-settings_spec.js replace auto increment id's by object id (#7495) 2016-11-17 09:09:11 +00:00
model_apps_spec.js replace auto increment id's by object id (#7495) 2016-11-17 09:09:11 +00:00
model_invite_spec.js 🎨 invites roles table into a field on the invites table (#7705) 2016-11-16 09:33:44 +00:00
model_permissions_spec.js replace auto increment id's by object id (#7495) 2016-11-17 09:09:11 +00:00
model_posts_spec.js 🔥 😎 remove old migrations (#7887) 2017-01-25 13:47:49 +00:00
model_roles_spec.js replace auto increment id's by object id (#7495) 2016-11-17 09:09:11 +00:00
model_settings_spec.js 🔥 remove database version (#7894) 2017-01-26 12:12:00 +00:00
model_tags_spec.js improvement: jshint/jscs 2016-06-17 22:59:47 +02:00
model_users_spec.js 🔥 😎 remove old migrations (#7887) 2017-01-25 13:47:49 +00:00