Skip to content

Commit

Permalink
BGDIDIC-2849: fix typo in model
Browse files Browse the repository at this point in the history
  • Loading branch information
ltclm committed Jul 15, 2024
1 parent d70a85b commit cbc93ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chsdi/models/vector/edi.py
Original file line number Diff line number Diff line change
Expand Up @@ -470,7 +470,7 @@ class StatistischeGrundeinheitenStufe1(Base, Vector):
class StatistischeGrundeinheitenStufe2(Base, Vector):
__tablename__ = 'grundeinheiten_stufe2'
__table_args__ = ({'schema': 'bfs', 'autoload': False})
__bodId__ = 'ch.bfs.statistische-grundeinheiten_stufe1'
__bodId__ = 'ch.bfs.statistische-grundeinheiten_stufe2'
__template__ = 'templates/htmlpopup/bfs_statistische_grundeinheiten_stufe2.mako'
__label__ = 'u2_id'
id = Column('bgdi_id', Integer, primary_key=True)
Expand Down

0 comments on commit cbc93ca

Please sign in to comment.