Refactor variables and add count for water
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
INSERT INTO meters (name) VALUES ('1LOG');
|
||||
INSERT INTO meters (name) VALUES ('1HEM');
|
||||
INSERT INTO meters (name) VALUES ('WASSER');
|
||||
INSERT INTO meters (name) VALUES ('ABWASSER');
|
||||
INSERT INTO meters (name) VALUES ('GARDEN');
|
||||
|
||||
INSERT INTO meter_data (type, date, amount, meter_id) VALUES ('ENERGY', '2022-12-31 00:00:00', 11546.00, 1);
|
||||
INSERT INTO meter_data (type, date, amount, meter_id) VALUES ('ENERGY', '2022-09-30 00:00:00', 10504.00, 1);
|
||||
|
||||
Reference in New Issue
Block a user