Add the init configuration item, otherwise it will not be updated

This commit is contained in:
Hugo Trippaers 2012-09-22 22:00:21 +02:00
parent 8cde670871
commit 24efe5c6cd

View File

@ -152,6 +152,7 @@
</goals>
<configuration>
<sqlCommand>INSERT INTO `cloud`.`domain` (id, name, parent, path, owner) VALUES (1, 'ROOT', NULL, '/', 2)</sqlCommand>
<sqlCommand>INSERT INTO `cloud`.`configuration` (category, instance, component, name, value) VALUES ('Hidden', 'DEFAULT', 'management-server', 'init', 'false')</sqlCommand>
</configuration>
</execution>
</executions>