refactor: [db] 모델 connection을 codebridge로 변경 + 마이그레이션 파일 전체 삭제
- PMIS 모델 21개 + DailyWorkLog 2개에 $connection = 'codebridge' 추가 - MNG 마이그레이션 파일 18개 전체 삭제 (API에서 관리) - 원칙: MNG는 마이그레이션 파일을 생성하지 않고 API에서만 관리
This commit is contained in:
@@ -10,6 +10,8 @@ class PmisAttendanceWorker extends Model
|
||||
{
|
||||
use SoftDeletes;
|
||||
|
||||
protected $connection = 'codebridge';
|
||||
|
||||
protected $table = 'pmis_attendance_workers';
|
||||
|
||||
protected $fillable = [
|
||||
|
||||
Reference in New Issue
Block a user