Skip to content
This repository has been archived by the owner on Jan 7, 2025. It is now read-only.

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 a872dac commit 8db623b
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 @@ -149,7 +149,7 @@ class IngestType(enum.Enum):

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

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

Expand Down

0 comments on commit 8db623b

Please sign in to comment.