modified: srcdev/config.yaml

deleted:    srcdev/database.sqlite-journal
	modified:   srcdev/moj_licznik.py
This commit is contained in:
TC
2023-11-03 22:24:15 +01:00
parent 58350b5072
commit 1197c53c5f
3 changed files with 2 additions and 2 deletions

View File

@@ -91,7 +91,7 @@ class MainChartTable(Model):
class Meta:
database = db
table_name = 'CHART'
primary_key = CompositeKey('mp', 'zone', 'tm')
primary_key = CompositeKey('mp', 'meter_type', 'zone', 'tm')
def znajdz_typ_odbiorcy(element):
typ_odbiorcy = ''