feat: implement Migration module with controller, service, and entity, including migration creation logic

This commit is contained in:
lborv
2025-09-26 21:55:57 +03:00
parent 6d88c21305
commit 2f848137ed
9 changed files with 311 additions and 21 deletions

View File

@ -1,4 +1,4 @@
import { Migration } from "src/migration/entities/migration.entity";
import { Migration } from "../../migration/entities/migration.entity";
import { Token } from "../../api/entities/token.entity";
import { Query } from "../../query/entities/query.entity";
import { Column, Entity, OneToMany, PrimaryGeneratedColumn } from "typeorm";