Skip to content

Commit

Permalink
Merge pull request #31 from okauppinen/metadatasearch
Browse files Browse the repository at this point in the history
MetadataSearch replace with new implementation
  • Loading branch information
ZakarFin authored Jun 7, 2024
2 parents c17a1f0 + 5f6ea46 commit 8353c97
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
UPDATE oskari_appsetup_bundles
SET bundle_id = (select id from oskari_bundle where name='metadatasearch'),
bundleinstance = 'metadatasearch'
WHERE bundle_id = (select id from oskari_bundle where name='metadatacatalogue');

0 comments on commit 8353c97

Please sign in to comment.