Ghost/core/server/data/migrations/versions/4.35
Daniel Lockyer d0e71524ca Switched to util for retrieving DB info in migrations
refs https://github.com/TryGhost/Toolbox/issues/174

- right now, our migrations manually check the client of the knex
  instance to see whether we're running on MySQL or SQLite
- that's been working fine, but the problem is that we're due to switch
  to the mysql2 driver soon, so all these checks will be faulty
- i've altered the functionality of `@tryghost/database-info` to accept
  a knex instance, and it'll return if the DB is MySQL or SQLite in some
  helper functions
- this commit bumps the package and switches to that format
- originally I used a shared instance of the class within
  `@tryghost/database-info` but there's a chance that the knex instance
  inside migrations actually comes from knex-migrator, and not Ghost, so
  that wouldn't work
2022-03-02 15:05:55 +01:00
..
2022-01-20-05-55-add-post-products-table.js Added pivot table to store tiers on post (#14038) 2022-01-31 15:33:58 +05:30
2022-01-30-15-17-set-welcome-page-url-from-settings.js Updated migration logging string for correctness 2022-02-04 12:54:11 +01:00
2022-02-01-11-48-update-email-recipient-filter-column-type.js Switched to util for retrieving DB info in migrations 2022-03-02 15:05:55 +01:00
2022-02-01-12-03-update-recipient-filter-column-type.js Switched to util for retrieving DB info in migrations 2022-03-02 15:05:55 +01:00
2022-02-02-10-38-add-default-content-visibility-tiers-setting.js Added default_content_visibility_tiers setting for default tiers visibility 2022-02-04 19:56:11 +05:30
2022-02-02-13-10-transform-specific-tiers-default-content-visibility.js Added migration to transform default tiers visibility from nql string 2022-02-04 19:56:11 +05:30
2022-02-04-04-34-populate-empty-portal-products.js Fixed missing portal product data (#14115) 2022-02-04 19:57:38 +05:30