Skip to content

Commit

Permalink
Correction du nom de la table
Browse files Browse the repository at this point in the history
  • Loading branch information
njouanin committed Apr 5, 2024
1 parent b725880 commit e5a09c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bloom/infra/database/sql_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ class Port(Base):


class SpireAisData(Base):
__tablename__ = "spire_ais_data"
__tablename__ = "stg_spire_ais_data"

id = Column("id", Integer, primary_key=True)
spire_update_statement = Column("spire_update_statement", DateTime(timezone=True))
Expand Down

0 comments on commit e5a09c3

Please sign in to comment.