Skip to content

Commit

Permalink
BGDIDIC-2837: fix column type
Browse files Browse the repository at this point in the history
  • Loading branch information
faselm committed Jun 17, 2024
1 parent 45d3bcb commit cfda899
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chsdi/models/vector/vbs.py
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@ class Ladestationen(Base, Vector):
plz = Column('plz', Unicode)
ort = Column('ort', Unicode)
oeffnungszeiten = Column('oeffnungszeiten', Unicode)
anzahl_ladepunkte = Column('anzahl_ladepunkte', Integer)
anzahl_ladepunkte = Column('anzahl_ladepunkte', Unicode)
leistung = Column('leistung', Unicode)
typ_stecker = Column('typ_stecker', Unicode)
hinweis = Column('hinweis', Unicode)
Expand Down

0 comments on commit cfda899

Please sign in to comment.