Skip to content

Commit 24efe5c

Browse files
committed
Add the init configuration item, otherwise it will not be updated
1 parent 8cde670 commit 24efe5c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

developer/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,7 @@
152152
</goals>
153153
<configuration>
154154
<sqlCommand>INSERT INTO `cloud`.`domain` (id, name, parent, path, owner) VALUES (1, 'ROOT', NULL, '/', 2)</sqlCommand>
155+
<sqlCommand>INSERT INTO `cloud`.`configuration` (category, instance, component, name, value) VALUES ('Hidden', 'DEFAULT', 'management-server', 'init', 'false')</sqlCommand>
155156
</configuration>
156157
</execution>
157158
</executions>

0 commit comments

Comments
 (0)