Migrated members_{monthly,yearly}_price_id settings

refs https://github.com/TryGhost/Team/issues/698

The migrations to populate these settings are handled by the members-api
module, as they depend on the stripe_prices table being populated. This
cannot be guarunteed at boot, so we're unable to do this as a standard
migration.
This commit is contained in:
Fabien O'Carroll 2021-05-19 15:37:20 +01:00
parent 2bcc934eb4
commit 0e77b378a6
2 changed files with 5 additions and 5 deletions

View File

@ -59,7 +59,7 @@
"@tryghost/kg-mobiledoc-html-renderer": "4.0.0",
"@tryghost/limit-service": "0.5.0",
"@tryghost/magic-link": "1.0.2",
"@tryghost/members-api": "1.6.1",
"@tryghost/members-api": "1.8.0",
"@tryghost/members-csv": "1.0.0",
"@tryghost/members-ssr": "1.0.2",
"@tryghost/mw-session-from-token": "0.1.20",

View File

@ -732,10 +732,10 @@
jsonwebtoken "^8.5.1"
lodash "^4.17.15"
"@tryghost/members-api@1.6.1":
version "1.6.1"
resolved "https://registry.yarnpkg.com/@tryghost/members-api/-/members-api-1.6.1.tgz#8368f8e55ec14bd44369ce9a9fe3a348a3613c8a"
integrity sha512-LcNdlIG80GLRqsAFkjPTVg+i9Yo9F9WaA+gODz6OhJVlnA34nxSwte27vJwuIkTAP7f2a5RTvYdDTKmo0blIrQ==
"@tryghost/members-api@1.8.0":
version "1.8.0"
resolved "https://registry.yarnpkg.com/@tryghost/members-api/-/members-api-1.8.0.tgz#67227deee6b55337e1ea5b5a5d418adf8523251c"
integrity sha512-ivHYuMUkBbUjILkTzTJDWhWkZXH6QFjxRYxxjyU2hYBM5Xa3RTOaRFpPXh81X9xa4sGmRr97ttTsWIY31pLasw==
dependencies:
"@tryghost/errors" "^0.2.9"
"@tryghost/magic-link" "^1.0.2"