Updated space alignment in testing panel readings migration

This commit is contained in:
dhanabalan
2025-07-03 11:08:08 +05:30
parent 5b287f974d
commit 955d143f52

View File

@@ -75,7 +75,7 @@ return new class extends Migration
UNIQUE (plant_id, motor_testing_master_id, serial_number, machine_id, line_id, rework_count, update_count),
FOREIGN KEY (plant_id) REFERENCES plants (id),
FOREIGN KEY (motor_testing_master_id) REFERENCES motor_testing_masters(id),
FOREIGN KEY (motor_testing_master_id) REFERENCES motor_testing_masters (id),
FOREIGN KEY (machine_id) REFERENCES machines (id),
FOREIGN KEY (line_id) REFERENCES lines (id)
);