Skip to content

Commit

Permalink
Merge branch 'develop-2023-11-01' into feat-BGDIDIC-2634-feuchtflaech…
Browse files Browse the repository at this point in the history
  • Loading branch information
faselm authored Oct 11, 2023
2 parents a0bc592 + bcb22ab commit 6a5114c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chsdi/models/vector/uvek_solarkataster.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ class SolarClass:
monats_ertrag = Column('monats_ertrag', postgresql.ARRAY(Numeric))
gs_serie_start = Column('gs_serie_start', Date)
klasse_text = Column('klasse_text', Unicode)
gwr_egid = Column('gwr_egid', Integer)
the_geom = Column(Geometry2D)


Expand Down Expand Up @@ -89,7 +90,6 @@ class EignungFassaden(Base, SolarClass, Vector):
__queryable_attributes__ = ['ff_nummer', 'gwr_egid', 'building_id']
id = Column('ff_uuid', BigInteger, primary_key=True)
ff_nummer = Column('ff_nummer', Integer)
gwr_egid = Column('gwr_egid', Integer)

register(EignungFassaden.__bodId__, EignungFassaden)

Expand Down

0 comments on commit 6a5114c

Please sign in to comment.