feat: add Migration entity, service, controller, and constants for migration management

This commit is contained in:
Boris D
2025-09-26 13:05:00 +03:00
parent 07efa3b8df
commit 6d88c21305
6 changed files with 99 additions and 0 deletions

View File

@ -0,0 +1,4 @@
import { Controller } from "@nestjs/common";
@Controller("migrations")
export class MigrationController {}