0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-03 23:00:14 -05:00
ghost/core/test/utils/fixtures
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
..
app Cleanup indentation now JSCS can see it 2016-06-11 20:25:15 +01:00
csv 🎨 Use GhostAuth name and example emails (#7475) 2016-10-03 15:11:43 +01:00
export 🔥 remove database version (#7894) 2017-01-26 12:12:00 +00:00
filter-param replace auto increment id's by object id (#7495) 2016-11-17 09:09:11 +00:00
images Blog icon validations (#7893) 2017-01-26 10:01:52 +01:00
import Add markdown file handler to importer 2015-01-09 20:04:56 +00:00
theme/partials
themes feature: theme upload/download/delete (#7209) 2016-08-23 13:07:25 +01:00
data-generator.js chore(package): update uuid to version 3.0.0 (#7742) 2017-01-04 17:10:29 +01:00
example.js Add jscs task to grunt file and clean up files to adhere to jscs rules. 2014-09-17 21:44:29 -04:00
test.hbs