0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-03 23:00:14 -05:00
ghost/core/server/data/migrations/versions
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
..
1.3 🔥 Drop Node v4 Support 2018-05-01 14:06:18 +02:00
1.4 🔥 Drop Node v4 Support 2018-05-01 14:06:18 +02:00
1.5 🔥 Drop Node v4 Support 2018-05-01 14:06:18 +02:00
1.7 🔥 Drop Node v4 Support 2018-05-01 14:06:18 +02:00
1.9 Moved labs, auth, permissions, settings, mail, themes to services (#9339) 2017-12-14 03:01:23 +01:00
1.13 🔥 Drop Node v4 Support 2018-05-01 14:06:18 +02:00
1.18 🔥 Drop Node v4 Support 2018-05-01 14:06:18 +02:00
1.19 Moved labs, auth, permissions, settings, mail, themes to services (#9339) 2017-12-14 03:01:23 +01:00
1.20 🔥 Drop Node v4 Support 2018-05-01 14:06:18 +02:00
1.21 🔥 Drop Node v4 Support 2018-05-01 14:06:18 +02:00
1.22 🔥 Drop Node v4 Support 2018-05-01 14:06:18 +02:00
1.25 🐛 Fixed 1.25 migration for html field being null 2018-07-25 21:54:44 +02:00
2.0 Changed casper.ghost.org to static.ghost.org references (#10109) 2018-11-07 15:50:38 +01:00
2.2 Added mobiledoc_revisions schema, migration script and updated tests 2018-10-02 19:15:23 +02:00
2.3 Added edit webhook route to v2 Admin API (#10033) 2018-10-19 18:35:55 +01:00
2.6 Added migration for webhook permissions_roles fixtures (#10153) 2018-11-13 14:35:37 +05:30
2.8 Added members related db changes and models 2018-12-11 11:53:55 +07:00
2.13 💡Reverted "empty-string to NULL" db migration (#10430) 2019-01-29 14:41:04 +00:00
2.14 Added permissions for actions including migration 2019-02-06 18:59:09 +01:00
2.15 Added migration to insert builtin Zapier integration (#10500) 2019-02-15 14:48:21 +00:00