Skip to content

Commit

Permalink
Fix submit release query
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisPenner committed Jul 24, 2024
1 parent 6fe4e4b commit ab95c7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Share/Postgres/Search/DefinitionSearch/Queries.hs
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ submitReleaseToBeSynced :: (QueryM m) => ReleaseId -> m ()
submitReleaseToBeSynced releaseId = do
execute_
[sql|
INSERT INTO global_definition_search_release_queue (id)
INSERT INTO global_definition_search_release_queue (release_id)
VALUES (#{releaseId})
|]

Expand Down

0 comments on commit ab95c7d

Please sign in to comment.