ci: add teamcity build and deployment entry points
This commit is contained in:
8
backend/apps/api/src/migration.ts
Normal file
8
backend/apps/api/src/migration.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
export function runMigrations(): Promise<void> {
|
||||
console.log('No migrations configured in Phase 01');
|
||||
return Promise.resolve();
|
||||
}
|
||||
|
||||
if (require.main === module) {
|
||||
void runMigrations();
|
||||
}
|
||||
Reference in New Issue
Block a user