saleor-apps-redis_apl/apps/search/scripts/migrations
Krzysztof Wolski 7e0755ec9e
Webhook helpers (#949)
* WIP

* Added script and making implementation more roboust

* Added rollback on issues with the migration

* Cleanup the code

* Use allSettled instead of all

* Do not check spelling in schema files.
Schema is pulled from the API and is not controlled by our team

* Update the pkg json

* Fix typo on log message

* Add dedupe to the ignored words.
Its used by codegen

* Add changesets
2023-09-07 13:04:23 +02:00
..
migration-utils.ts Search: Fix stale variants after product removal, add indices setup and product descriptions (#932) 2023-08-29 13:19:31 +02:00
README.md Search: Fix stale variants after product removal, add indices setup and product descriptions (#932) 2023-08-29 13:19:31 +02:00
run-webhooks-migration-dry-run.ts Webhook helpers (#949) 2023-09-07 13:04:23 +02:00
run-webhooks-migration.ts Webhook helpers (#949) 2023-09-07 13:04:23 +02:00
update-webhooks.ts Webhook helpers (#949) 2023-09-07 13:04:23 +02:00

Webhook migration scripts

Test migration with dry run, operation will not modify any data: npx tsx scripts/migrations/run-webhooks-migration-dry-run.ts

To start the migration run command: npx tsx scripts/migrations/run-webhooks-migration.ts