1
0
mirror of https://github.com/TryGhost/Ghost.git synced 2024-12-26 12:21:36 +03:00
Ghost/ghost
Daniel Lockyer 6b89522c76
🐛 Fixed ordering of Collections migrations
fixes https://github.com/TryGhost/Ghost/issues/17125

- both collections migrations have the same timestamp so they're ordered
  based upon their slug name, and the one that creates
  `collections_posts` is ordered before the one that created
  `collections`
- as a result, the migration fails because the table does not exist
- this commit pushes the `collections_posts` migration after the other
  one by bumping the timestamp
2023-06-23 19:36:02 +02:00
..
adapter-cache-memory-ttl Updated to use assert/strict everywhere () 2023-06-21 09:56:59 +01:00
adapter-cache-redis Updated to use assert/strict everywhere () 2023-06-21 09:56:59 +01:00
adapter-manager Added consistent linting pattern to all packages 2023-06-13 10:43:29 +01:00
admin v5.53.0 2023-06-23 15:12:57 +00:00
announcement-bar-settings Updated to use assert/strict everywhere () 2023-06-21 09:56:59 +01:00
api-framework Implemented duplicate post functionality () 2023-05-15 09:30:32 +01:00
api-version-compatibility-service Updated to use assert/strict everywhere () 2023-06-21 09:56:59 +01:00
audience-feedback Updated to use assert/strict everywhere () 2023-06-21 09:56:59 +01:00
bootstrap-socket Added consistent linting pattern to all packages 2023-06-13 10:43:29 +01:00
collections Added "getBySlug" method to Collections Service 2023-06-16 16:31:50 +07:00
constants Added consistent linting pattern to all packages 2023-06-13 10:43:29 +01:00
core 🐛 Fixed ordering of Collections migrations 2023-06-23 19:36:02 +02:00
custom-theme-settings-service Added consistent linting pattern to all packages 2023-06-13 10:43:29 +01:00
data-generator Added eslint rule for file naming convention 2023-05-09 12:34:34 -04:00
domain-events Updated to use assert/strict everywhere () 2023-06-21 09:56:59 +01:00
dynamic-routing-events Updated to use assert/strict everywhere () 2023-06-21 09:56:59 +01:00
email-analytics-provider-mailgun Added consistent linting pattern to all packages 2023-06-13 10:43:29 +01:00
email-analytics-service Added consistent linting pattern to all packages 2023-06-13 10:43:29 +01:00
email-content-generator Updated to use assert/strict everywhere () 2023-06-21 09:56:59 +01:00
email-events Updated to use assert/strict everywhere () 2023-06-21 09:56:59 +01:00
email-service Updated to use assert/strict everywhere () 2023-06-21 09:56:59 +01:00
email-suppression-list Updated to use assert/strict everywhere () 2023-06-21 09:56:59 +01:00
event-aware-cache-wrapper Updated to use assert/strict everywhere () 2023-06-21 09:56:59 +01:00
express-dynamic-redirects Added consistent linting pattern to all packages 2023-06-13 10:43:29 +01:00
external-media-inliner Updated to use assert/strict everywhere () 2023-06-21 09:56:59 +01:00
extract-api-key Updated to use assert/strict everywhere () 2023-06-21 09:56:59 +01:00
html-to-plaintext Updated to use assert/strict everywhere () 2023-06-21 09:56:59 +01:00
i18n Updated Czech translations () 2023-06-23 09:09:36 +02:00
importer-handler-content-files Updated to use assert/strict everywhere () 2023-06-21 09:56:59 +01:00
importer-revue Updated to use assert/strict everywhere () 2023-06-21 09:56:59 +01:00
in-memory-repository Added "getBySlug" method to Collections Service 2023-06-16 16:31:50 +07:00
job-manager Updated to use assert/strict everywhere () 2023-06-21 09:56:59 +01:00
link-redirects Updated to use assert/strict everywhere () 2023-06-21 09:56:59 +01:00
link-replacer Updated to use assert/strict everywhere () 2023-06-21 09:56:59 +01:00
link-tracking Updated to use assert/strict everywhere () 2023-06-21 09:56:59 +01:00
magic-link Updated to use assert/strict everywhere () 2023-06-21 09:56:59 +01:00
mail-events Add endpoint to record mail events () 2023-06-23 12:22:01 +01:00
mailgun-client Updated to use assert/strict everywhere () 2023-06-21 09:56:59 +01:00
member-attribution Updated to use assert/strict everywhere () 2023-06-21 09:56:59 +01:00
member-events Added consistent linting pattern to all packages 2023-06-13 10:43:29 +01:00
members-api Updated to use assert/strict everywhere () 2023-06-21 09:56:59 +01:00
members-csv 🐛 Handled BOM character for Unicode encoded file uploads () 2023-06-23 08:31:16 +02:00
members-events-service Updated to use assert/strict everywhere () 2023-06-21 09:56:59 +01:00
members-importer Updated to use assert/strict everywhere () 2023-06-21 09:56:59 +01:00
members-ssr Added consistent linting pattern to all packages 2023-06-13 10:43:29 +01:00
mentions-email-report Update Test & linting packages 2023-04-05 15:16:08 +02:00
milestones Updated to use assert/strict everywhere () 2023-06-21 09:56:59 +01:00
minifier Added consistent linting pattern to all packages 2023-06-13 10:43:29 +01:00
mw-api-version-mismatch Updated to use assert/strict everywhere () 2023-06-21 09:56:59 +01:00
mw-cache-control Update Test & linting packages 2023-04-05 15:16:08 +02:00
mw-error-handler Update dependency semver to v7.5.3 2023-06-23 07:08:38 +02:00
mw-session-from-token Added consistent linting pattern to all packages 2023-06-13 10:43:29 +01:00
mw-update-user-last-seen Added consistent linting pattern to all packages 2023-06-13 10:43:29 +01:00
mw-version-match Update dependency semver to v7.5.3 2023-06-23 07:08:38 +02:00
mw-vhost Updated to use assert/strict everywhere () 2023-06-21 09:56:59 +01:00
oembed-service Updated to use assert/strict everywhere () 2023-06-21 09:56:59 +01:00
offers Added consistent linting pattern to all packages 2023-06-13 10:43:29 +01:00
package-json Added consistent linting pattern to all packages 2023-06-13 10:43:29 +01:00
payments Updated to use assert/strict everywhere () 2023-06-21 09:56:59 +01:00
post-revisions Update dependency typescript to v5.1.3 2023-06-02 09:06:20 +02:00
posts-service 🐛 Fixed newsletter post duplication () 2023-06-23 11:18:35 +01:00
referrers Update Test & linting packages 2023-04-05 15:16:08 +02:00
security Added consistent linting pattern to all packages 2023-06-13 10:43:29 +01:00
session-service Added consistent linting pattern to all packages 2023-06-13 10:43:29 +01:00
settings-path-manager Added consistent linting pattern to all packages 2023-06-13 10:43:29 +01:00
slack-notifications Updated to use assert/strict everywhere () 2023-06-21 09:56:59 +01:00
staff-service Added eslint rule for file naming convention 2023-05-09 12:34:34 -04:00
stats-service Updated to use assert/strict everywhere () 2023-06-21 09:56:59 +01:00
stripe Updated to use assert/strict everywhere () 2023-06-21 09:56:59 +01:00
tiers Updated to use assert/strict everywhere () 2023-06-21 09:56:59 +01:00
update-check-service Updated to use assert/strict everywhere () 2023-06-21 09:56:59 +01:00
verification-trigger Updated to use assert/strict everywhere () 2023-06-21 09:56:59 +01:00
version-notifications-data-service Updated to use assert/strict everywhere () 2023-06-21 09:56:59 +01:00
webmentions Updated to use assert/strict everywhere () 2023-06-21 09:56:59 +01:00