feat: implement Migration module with controller, service, and entity, including migration creation logic
This commit is contained in:
@ -5,6 +5,7 @@ import { QueryModule } from "src/query/query.module";
|
||||
import { ProjectModule } from "src/project/project.module";
|
||||
import { RedisModule } from "src/redis/redis.module";
|
||||
import { DatabaseModule } from "src/database/database.module";
|
||||
import { MigrationModule } from "src/migration/migration.module";
|
||||
|
||||
@Module({
|
||||
imports: [
|
||||
@ -14,6 +15,7 @@ import { DatabaseModule } from "src/database/database.module";
|
||||
ProjectModule,
|
||||
QueryModule,
|
||||
TestModule,
|
||||
MigrationModule,
|
||||
],
|
||||
controllers: [],
|
||||
providers: [],
|
||||
|
||||
Reference in New Issue
Block a user