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

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