Skip to content

Commit

Permalink
Merge pull request #217 from ZakarFin/replace-bundles
Browse files Browse the repository at this point in the history
Replace metadatasearch and featuredata with new impls
  • Loading branch information
ZakarFin authored Oct 3, 2023
2 parents 904d35a + cd3570b commit 7d788d4
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
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');

UPDATE oskari_appsetup_bundles
SET bundle_id = (select id from oskari_bundle where name='featuredata'),
bundleinstance = 'featuredata'
WHERE bundle_id = (select id from oskari_bundle where name='featuredata2');

0 comments on commit 7d788d4

Please sign in to comment.