mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-30 06:12:03 +03:00
a138586c83
refs https://github.com/TryGhost/Team/issues/586 We are no longer using the `stripe_plans` setting, instead we are using the `stripe_prices` database table. However, we must keep the setting as the migration from the setting to the database is not done as a standard migration, but in code. This means our code has to still read and pass the setting because we will never know if the migration in code has run yet. The `portal_plans` setting has been updated to only include 'free' by default, because the setting must include id's now rather than names. |
||
---|---|---|
.. | ||
clients | ||
fixtures | ||
checks.js | ||
commands.js | ||
default-settings.json | ||
index.js | ||
schema.js |