![]() * 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 |
||
---|---|---|
.. | ||
migration-utils.ts | ||
README.md | ||
run-webhooks-migration-dry-run.ts | ||
run-webhooks-migration.ts | ||
update-webhooks.ts |
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