saleor-apps-redis_apl/apps/invoices/scripts/migrations/v1-to-v2
Krzysztof Wolski a1ad70e879
Unify urql version, use shared util to create client (#657)
* Add createGraphQLClient util to shared package

* Update urql version and use createGraphQLClient from shared package

* Update urql version and use createGraphQLClient from shared package - data importer

* Update urql version and use createGraphQLClient from shared package - cms

* Update CRM

* Update invoices

* Update klaviyo

* Update slack

* Update products feed

* Update search

* Remove unused urql next

* Update monitoring

* Update taxes

* Remove multipart since no longer used

* Update the lockfile

* Removed urql introspection since none of our apps used it

* Add changeset
2023-06-19 15:59:27 +02:00
..
const.ts Metadata Migrations script (#453) 2023-05-18 14:55:52 +02:00
readme.MD Metadata Migrations script (#453) 2023-05-18 14:55:52 +02:00
restore-migration.ts Unify urql version, use shared util to create client (#657) 2023-06-19 15:59:27 +02:00
run-migration.ts Metadata Migrations script (#453) 2023-05-18 14:55:52 +02:00
run-report.ts Metadata Migrations script (#453) 2023-05-18 14:55:52 +02:00

Run npx tsx run-report.ts to print report (dry-run) Run npx tsx run-migration.ts to migrate Run npx tsx restore-migration.ts to restore migration (remove metadata v2)