8 lines
249 B
Markdown
8 lines
249 B
Markdown
![]() |
# 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`
|