fix: fixing some errors in workspace and seeding

This commit is contained in:
2026-07-05 14:17:24 +03:30
parent c5b2cb93f0
commit d4bd593f5b
5 changed files with 36 additions and 11 deletions
+11
View File
@@ -0,0 +1,11 @@
import { MigrationInterface, QueryRunner } from "typeorm";
export class Migrations1783244654421 implements MigrationInterface {
public async up(queryRunner: QueryRunner): Promise<void> {
}
public async down(queryRunner: QueryRunner): Promise<void> {
}
}