Ghost/core/server/data/schema
Naz 6a9b53fcad
Cleaned up members isPaid flag in settings table (#11651)
no issue

- The flag has not been used and can be removed, to make the `members_subscription_settings` JSON record in `settings` table easier to read. 
- It used to indicate Stripe configuration being present. Currently that is checked by looking up if Stripe config's `public_token` and `secret_token` values are present (example - https://github.com/TryGhost/Ghost/blob/3.11.0/core/frontend/helpers/ghost_head.js#L54)
2020-03-16 13:36:51 +08:00
..
clients Deleted unused pg.js module (#10928) 2019-07-22 12:11:19 +08:00
fixtures Added member login resource to Admin API (#11607) 2020-02-27 11:48:02 +08:00
checks.js Update Test & linting packages (major) (#10858) 2019-07-05 13:40:43 +02:00
commands.js Fixed log usage for columnMigration command 2019-09-13 19:54:18 +05:30
default-settings.json Cleaned up members isPaid flag in settings table (#11651) 2020-03-16 13:36:51 +08:00
index.js 🔥 remove database version (#7894) 2017-01-26 12:12:00 +00:00
schema.js Added migration to add members.geolocation 2020-02-22 10:12:06 +00:00