Skip to content

Commit

Permalink
Merge pull request #1568 from akvo/Inconsistency-in-updating-assets-m…
Browse files Browse the repository at this point in the history
…etadata-in-library-#1549-2

Inconsistency in updating assets metadata in library #1549
  • Loading branch information
finnfiddle committed Jul 17, 2018
2 parents 369ff23 + 8cd3e2e commit b45f2b7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions backend/src/akvo/lumen/lib/visualisation.sql
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,5 @@ ON CONFLICT (id)
DO UPDATE SET dataset_id = :dataset-id,
"name" = :name,
"type" = :type,
spec = :spec,
author = :author
spec = :spec
RETURNING *;

0 comments on commit b45f2b7

Please sign in to comment.