Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

4 lines
133 B
MySQL
Raw Permalink Normal View History

-- Add migrations to fetch updated searchSettings in 1.8.7
DELETE FROM openmetadata_settings
WHERE
configType = 'searchSettings';