Ghost/core/server/data
Kevin Ansfield 8e9ade6357
Added migration to insert builtin Zapier integration (#10500)
no issue

A new Zapier app will be released that uses the v2 Admin API which means it will require an ApiKey that is linked to an Integration.

- adds a `type` column to the `integrations` table with the following types allowed:
  - `custom` (default) used by custom integrations added by users
  - `builtin` used by built-in integrations that have their own UI and won't show up in the "Custom Integrations" list
  - `internal` used by "internal" integrations such as the scheduler
- adds a `zapier` "builtin" integration to the fixtures
2019-02-15 14:48:21 +00:00
..
db Moved knex-migrator execution into Ghost 2018-08-16 12:13:24 +02:00
exporter Excluded sessions table from exporter (#9961) 2018-10-17 18:29:24 +07:00
importer 🐛 Fixed removal of temp files left behind by importer 2019-01-30 09:24:29 +00:00
meta Added calculated excerpt field to Content API v2 (#10326) 2019-01-04 19:00:45 +01:00
migrations Added migration to insert builtin Zapier integration (#10500) 2019-02-15 14:48:21 +00:00
schema Added migration to insert builtin Zapier integration (#10500) 2019-02-15 14:48:21 +00:00
validation Updated docs links to best equivalents (#10386) 2019-01-17 06:57:37 +00:00
xml/sitemap Added plugin based author and public tag models in API v2 (#10284) 2019-01-03 20:30:35 +01:00
timezones.json Adds UTC as select option to timezones select list 2016-06-10 15:19:16 +02:00