Logo
Explore Help
Register Sign In
yujunjun/OpenMetadata
1
0
Fork 0
You've already forked OpenMetadata
mirror of https://github.com/open-metadata/OpenMetadata.git synced 2025-07-05 08:05:28 +00:00
Code Issues Packages Projects Releases Wiki Activity
OpenMetadata/bootstrap/sql/migrations/native/1.3.0/postgres/schemaChanges.sql

17 lines
345 B
MySQL
Raw Normal View History

fix: allow config update for external app (#14034) * fix: allow config update for external app * Prep config * Add configs * fix: call configure app on saving of configurations * fix: add autocomplete widget for json schema forms * ORganize configuration handling * Allow config * Format * Fix test * Prep migrations for allowConfiguration * TODO * Add pg migrations * fix: add allowConfiguration support * Autotagger * Update install flow --------- Co-authored-by: Pere Miquel Brull <peremiquelbrull@gmail.com>
2023-11-28 06:25:33 +05:30
-- DataInsightsApplication should not allow configuration
UPDATE apps_marketplace
SET json = jsonb_set(
json::jsonb,
'{allowConfiguration}',
to_jsonb(false)
)
where name = 'DataInsightsApplication';
UPDATE installed_apps
SET json = jsonb_set(
json::jsonb,
'{allowConfiguration}',
to_jsonb(false)
)
where name = 'DataInsightsApplication';
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.5 Page: 611ms Template: 11ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API