Skip to content

Commit

Permalink
Update location of the schema api
Browse files Browse the repository at this point in the history
  • Loading branch information
CannonLock committed Mar 29, 2024
1 parent 768aced commit a872dac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api/schemas.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,8 +148,8 @@ class IngestType(enum.Enum):


class IngestProcess(Base):
__tablename__ = "maps_meta"
__table_args__ = {'schema': 'macrostrat'}
__tablename__ = "ingest_process"
__table_args__ = {'schema': 'maps_meta'}

id: Mapped[int] = mapped_column(primary_key=True, autoincrement=True)

Expand Down

0 comments on commit a872dac

Please sign in to comment.