Added migration, model, resource, importer, and exporter files for add stop_flow_id columns and remove stopped columns
All checks were successful
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (push) Successful in 13s

This commit is contained in:
dhanabalan
2026-09-14 12:48:48 +05:30
parent 9cd772ac9e
commit 7ac9de3a86
5 changed files with 282 additions and 71 deletions

View File

@@ -154,9 +154,6 @@ class ClassCharacteristic extends Model
'zqmm_qty',
'zmm_operating_temperature',
'zmm_axial_force',
'is_stopped',
'stopped_datetime',
'stopped_by',
'mark_status',
'marked_physical_count',
'marked_expected_time',
@@ -181,6 +178,7 @@ class ClassCharacteristic extends Model
'name_plate_marked_by',
'motor_pump_pumpset_status',
'winded_serial_number',
'winded_rework_status',
'motor_machine_name',
'pump_machine_name',
'name_plate_machine_name',
@@ -189,7 +187,9 @@ class ClassCharacteristic extends Model
'samlight_logged_name',
'pending_released_status',
'has_work_flow_id',
'winded_rework_status',
'motor_stop_flow_id',
'pump_stop_flow_id',
'name_plate_stop_flow_id',
'created_at',
'updated_at',
'created_by',