Skip to content

Commit

Permalink
#85 - Fixing spacing in migration
Browse files Browse the repository at this point in the history
  • Loading branch information
dleadbetter committed Oct 25, 2024
1 parent 95ef0db commit 33baab1
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ BEGIN
LOOP

UPDATE public.project_documents pd
SET sort = _current_index
WHERE pd.document_id = _document_id
AND pd.project_id = _project_id;
SET sort = _current_index
WHERE pd.document_id = _document_id
AND pd.project_id = _project_id;

_current_index := _current_index + 1;

Expand Down

0 comments on commit 33baab1

Please sign in to comment.