Skip to content

Commit

Permalink
fix: fix db function to pass tests
Browse files Browse the repository at this point in the history
  • Loading branch information
YingtingChen committed Jul 19, 2024
1 parent 411985a commit c7f4814
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ BEGIN
)

INSERT INTO added_suburbs
SELECT *
SELECT suburb_locality_id, external_suburb_locality_id, name, shape
FROM add_new_suburbs;

-- update building outline suburb locality Id and last modified date where:
Expand Down

0 comments on commit c7f4814

Please sign in to comment.