From 6c97b889777b191cb2d0ed5c91ddb3c9072b4751 Mon Sep 17 00:00:00 2001 From: jjstyle Date: Fri, 16 Jan 2026 15:31:26 +0900 Subject: [PATCH] =?UTF-8?q?v2chghistorymodel=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Models/Entities/V2chghistoryModel.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Models/Entities/V2chghistoryModel.php b/app/Models/Entities/V2chghistoryModel.php index 2cca921..3f0bdfe 100644 --- a/app/Models/Entities/V2chghistoryModel.php +++ b/app/Models/Entities/V2chghistoryModel.php @@ -3,7 +3,7 @@ namespace App\Models\Entities; use CodeIgniter\Model; -class V2chgstatModel extends Model +class V2chghistoryModel extends Model { protected $table = 'v2_chg_history'; protected $primaryKey = 'seq'; // 실제 PK 컬럼명으로 수정하세요 (st_date, cpid, gbn_cd가 복합키인 경우도 있음)