feat: add Migration entity, service, controller, and constants for migration management
This commit is contained in:
4
src/migration/migration.controller.ts
Normal file
4
src/migration/migration.controller.ts
Normal file
@ -0,0 +1,4 @@
|
||||
import { Controller } from "@nestjs/common";
|
||||
|
||||
@Controller("migrations")
|
||||
export class MigrationController {}
|
||||
Reference in New Issue
Block a user