feat: [database] codebridge DB connection 적용 (merge 후 재적용)

- 78개 MNG 전용 모델에 $connection = 'codebridge' 재적용
- config/database.php codebridge connection 포함
This commit is contained in:
김보곤
2026-03-07 11:28:47 +09:00
parent 32e9f317d5
commit e272f16357
79 changed files with 0 additions and 98 deletions

View File

@@ -31,7 +31,6 @@ class AdminPmTask extends Model
{
use SoftDeletes;
protected $connection = 'codebridge';
protected $table = 'admin_pm_tasks';
protected $fillable = [