add AnaltyicSession migration #3855
Annotations
5 errors and 8 warnings
lint:
server/migrations/1725348767523-AlterAnalyticSessionsByAddPhaseAndUser.ts#L1
All imports in the declaration are only used as types. Use `import type`
|
lint:
server/migrations/1725348767523-AlterAnalyticSessionsByAddPhaseAndUser.ts#L1
Replace `"typeorm"` with `'typeorm'`
|
lint:
server/migrations/1725348767523-AlterAnalyticSessionsByAddPhaseAndUser.ts#L4
Replace `⏎····public·async·up(queryRunner:·QueryRunner):·Promise<void>·{⏎····` with `··public·async·up(queryRunner:·QueryRunner):·Promise<void>·{`
|
lint:
server/migrations/1725348767523-AlterAnalyticSessionsByAddPhaseAndUser.ts#L8
Replace `····public·async·down(queryRunner:·QueryRunner):·Promise<void>·{⏎····}⏎` with `··public·async·down(queryRunner:·QueryRunner):·Promise<void>·{}`
|
lint
Process completed with exit code 1.
|
unit-test
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
unit-test
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
typescript
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
typescript
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
lint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
lint
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
lint:
server/migrations/1725348767523-AlterAnalyticSessionsByAddPhaseAndUser.ts#L5
'queryRunner' is defined but never used
|
lint:
server/migrations/1725348767523-AlterAnalyticSessionsByAddPhaseAndUser.ts#L8
'queryRunner' is defined but never used
|