new models

This commit is contained in:
Dona Maria Absi
2025-04-14 15:09:11 +03:00
parent 021deb8d7f
commit 5d6b9dc244
2 changed files with 69 additions and 1 deletions

View File

@ -61,5 +61,8 @@ JOIN energy_phase_B
and total_energy.date=energy_phase_B.date
JOIN energy_phase_C
ON total_energy.device_id=energy_phase_C.device_id
and total_energy.date=energy_phase_C.date
and total_energy.date=energy_phase_C.date;