Updated model file for new columns (marked, stopped, and winded related) in class_characteristics table
All checks were successful
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (push) Successful in 26s

This commit is contained in:
dhanabalan
2026-08-23 19:58:49 +05:30
parent a6739ddc66
commit ecfc69462f

View File

@@ -154,10 +154,13 @@ class ClassCharacteristic extends Model
'zqmm_qty',
'zmm_operating_temperature',
'zmm_axial_force',
'is_stopped',
'stopped_datetime',
'stopped_by',
'mark_status',
'marked_datetime',
'marked_physical_count',
'marked_expected_time',
'marked_datetime',
'marked_by',
'man_marked_status',
'man_marked_datetime',
@@ -165,13 +168,16 @@ class ClassCharacteristic extends Model
'motor_marked_status',
'motor_marked_physical_count',
'motor_expected_time',
'motor_marked_datetime',
'motor_marked_by',
'pump_marked_status',
'pump_marked_physical_count',
'pump_expected_time',
'pump_marked_datetime',
'pump_marked_by',
'name_plate_marked_status',
'name_plate_expected_time',
'name_plate_marked_datetime',
'name_plate_marked_by',
'motor_pump_pumpset_status',
'winded_serial_number',
@@ -183,6 +189,7 @@ class ClassCharacteristic extends Model
'samlight_logged_name',
'pending_released_status',
'has_work_flow_id',
'winded_rework_status',
'created_at',
'updated_at',
'created_by',