Skip to content

Commit 40e522f

Browse files
authored
fix: remove SQL changes for Datahub plugin to avoid migration failure (#8855)
1 parent 76bcd33 commit 40e522f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

web/src/main/webapp/WEB-INF/classes/setup/sql/migrate/v447/migrate-default.sql

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,3 @@ UPDATE Settings SET value='0' WHERE name='system/platform/subVersion';
33

44
INSERT INTO Settings (name, value, datatype, position, internal) VALUES ('system/banner/enable', 'false', 2, 1920, 'n');
55
INSERT INTO Settings (name, value, datatype, position, internal) VALUES ('system/auditable/enable', 'false', 2, 12010, 'n');
6-
7-
ALTER TABLE Sources ADD COLUMN datahubEnabled BOOLEAN DEFAULT FALSE;
8-
ALTER TABLE Sources ADD COLUMN datahubConfiguration TEXT DEFAULT '';

0 commit comments

Comments
 (0)