feat(migrations): support regexp as property name for migration (#15038)
* feat(migrations): support regexp as property name in migration
* refactor(migrations): add unit test
* refactor(migrations): fix coverage
Co-authored-by:
Michael Kriese <michael.kriese@visualon.de>
Showing
- lib/config/migrations/base/abstract-migration.spec.ts 39 additions, 0 deletionslib/config/migrations/base/abstract-migration.spec.ts
- lib/config/migrations/base/abstract-migration.ts 10 additions, 2 deletionslib/config/migrations/base/abstract-migration.ts
- lib/config/migrations/migrations-service.spec.ts 30 additions, 0 deletionslib/config/migrations/migrations-service.spec.ts
- lib/config/migrations/migrations-service.ts 16 additions, 2 deletionslib/config/migrations/migrations-service.ts
- lib/config/migrations/types.ts 2 additions, 2 deletionslib/config/migrations/types.ts
Loading
Please register or sign in to comment