0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-10 23:36:14 -05:00
ghost/core/server/data/migrations/versions/4.43
Thibaut Patel 88877312b5
Removed the default column from the newsletters table (#14428)
refs https://github.com/TryGhost/Team/issues/1474

- The `default` concept will be replaced by the first newsletter based on the `sort_order`
- This removes the `default` value from the newsletter API
- This simplifies the design to make the api and datastructure more maintainable
2022-04-07 11:50:20 +02:00
..
2022-03-29-14-45-add-members-newsletters-table.js
2022-04-01-10-13-add-post-newsletter-relation.js
2022-04-04-15-41-remove-newsletters-default-column.js Removed the default column from the newsletters table (#14428) 2022-04-07 11:50:20 +02:00