260318:0931 Fix UUID and UTF
Build and Deploy / deploy (push) Failing after 9m41s

This commit is contained in:
admin
2026-03-18 09:31:49 +07:00
parent 3abef2c745
commit 56def2d323
21 changed files with 459 additions and 151 deletions
+1
View File
@@ -101,6 +101,7 @@ import { MigrationModule } from './modules/migration/migration.module';
username: configService.get<string>('DB_USERNAME'),
password: configService.get<string>('DB_PASSWORD'),
database: configService.get<string>('DB_DATABASE'),
charset: 'utf8mb4',
autoLoadEntities: true,
synchronize: false, // Production Ready: false
}),