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 b329299 commit 768aced
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/schemas.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ class IngestType(enum.Enum):


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

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

0 comments on commit 768aced

Please sign in to comment.