0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-10 23:36:14 -05:00
ghost/core/test/integration/api
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
..
advanced_browse_spec.js replace auto increment id's by object id (#7495) 2016-11-17 09:09:11 +00:00
api_authentication_spec.js 🎨 optimisations for brute (#7867) 2017-01-23 22:44:39 +01:00
api_configuration_spec.js More consistant usage of urlFor('home') (#7689) 2017-01-23 09:22:37 +01:00
api_db_spec.js
api_invites_spec.js 🐛 fix invite permissions for editor (#7889) 2017-01-25 12:07:31 +00:00
api_mail_spec.js 🛠 use Ignition for logging/errors (#7869) 2017-01-23 11:04:01 +00:00
api_notifications_spec.js replace auto increment id's by object id (#7495) 2016-11-17 09:09:11 +00:00
api_posts_spec.js replace auto increment id's by object id (#7495) 2016-11-17 09:09:11 +00:00
api_roles_spec.js
api_schedules_spec.js replace auto increment id's by object id (#7495) 2016-11-17 09:09:11 +00:00
api_settings_spec.js 🔥 remove database version (#7894) 2017-01-26 12:12:00 +00:00
api_slugs_spec.js
api_subscription_spec.js replace auto increment id's by object id (#7495) 2016-11-17 09:09:11 +00:00
api_tags_spec.js replace auto increment id's by object id (#7495) 2016-11-17 09:09:11 +00:00
api_users_spec.js replace auto increment id's by object id (#7495) 2016-11-17 09:09:11 +00:00