0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-04-01 02:41:39 -05:00
ghost/core/server/data
Fabien O'Carroll a138586c83 Updated stripe_plans & portal_plans settings
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.
2021-05-07 16:31:08 +01:00
..
db 💡 Enabled foreign key checks on sqlite3 2021-03-02 11:13:19 +01:00
exporter Moved i18n to shared 2021-05-04 13:03:38 +01:00
importer Moved i18n to shared 2021-05-04 13:03:38 +01:00
migrations Removed unique constraint from Product names (#12928) 2021-05-07 13:34:23 +01:00
schema Updated stripe_plans & portal_plans settings 2021-05-07 16:31:08 +01:00
validation Moved i18n to shared 2021-05-04 13:03:38 +01:00