Skip to content

Commit

Permalink
fix: remove public tag from odk_entities in sql
Browse files Browse the repository at this point in the history
  • Loading branch information
Sujanadh committed Dec 23, 2024
1 parent ec10ce5 commit 8f00e4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/backend/app/db/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -1396,7 +1396,7 @@ async def upsert(
)

sql = """
INSERT INTO public.odk_entities
INSERT INTO odk_entities
(entity_id, status, project_id, task_id)
VALUES
"""
Expand Down

0 comments on commit 8f00e4d

Please sign in to comment.