feat: [database] codebridge DB 분리 재적용 - 55개 MNG 전용 모델만 설정
- API 사용 테이블 22개(23개 모델) 제외하고 55개 모델만 $connection = 'codebridge' 적용 - config/database.php에 codebridge connection 재추가 - 제외 대상: Barobill 12개, ESign 4개, Audit 2개, DevTools 1개, System 2개, HR 1개
This commit is contained in:
@@ -31,6 +31,7 @@ class AdminPmTask extends Model
|
||||
{
|
||||
use SoftDeletes;
|
||||
|
||||
protected $connection = 'codebridge';
|
||||
protected $table = 'admin_pm_tasks';
|
||||
|
||||
protected $fillable = [
|
||||
|
||||
Reference in New Issue
Block a user