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-10 10:40:42 +00:00
Code Issues Packages Projects Releases Wiki Activity
OpenMetadata/bootstrap/sql/migrations/native/1.6.0/postgres/schemaChanges.sql

9 lines
261 B
MySQL
Raw Normal View History

MINOR - Add App Limits (#18072) * App Limits - Prep extension * App Limits - Prep extension * App Limits - Allow to search by name * App Limits - Allow to search by name * fix postgres sql * comments
2024-10-03 11:00:29 +02:00
-- Clean dangling workflows not removed after test connection
[OnBoardingApp] Add apps data store (#18209) * fix(ui): pagination issue with search in services list page * Add Apps Data store * Revert Services Changes --------- Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
2024-10-10 19:25:11 +05:30
truncate automations_workflow;
-- App Data Store
CREATE TABLE IF NOT EXISTS apps_data_store (
identifier VARCHAR(256) NOT NULL,
type VARCHAR(256) NOT NULL,
json JSON NOT NULL
);
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.5 Page: 713ms Template: 20ms
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