refactor: [db] 모델 connection을 codebridge로 변경 + 마이그레이션 파일 전체 삭제

- PMIS 모델 21개 + DailyWorkLog 2개에 $connection = 'codebridge' 추가
- MNG 마이그레이션 파일 18개 전체 삭제 (API에서 관리)
- 원칙: MNG는 마이그레이션 파일을 생성하지 않고 API에서만 관리
This commit is contained in:
김보곤
2026-03-19 20:21:42 +09:00
parent 9fd3dacd20
commit 39a8d8e2df
41 changed files with 46 additions and 881 deletions

View File

@@ -12,6 +12,8 @@ class DailyWorkLog extends Model
{
use BelongsToTenant, ModelTrait, SoftDeletes;
protected $connection = 'codebridge';
protected $table = 'daily_work_logs';
protected $fillable = [