Skip to content

Commit

Permalink
Merge pull request #283 in ISMS/verinice from bugfix/vn-1885-derby-en…
Browse files Browse the repository at this point in the history
…um-fix to develop

Fix default template type for derby.

* commit 'a7417ee9a7f9742d4cfc011b610c8c5c3d68ece4':
  Fix template enum for derby
  • Loading branch information
neosimsim committed Oct 26, 2017
2 parents fd32a06 + a7417ee commit bdb3435
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
<property name="iconPath" column="icon" type="string" length="256"/>

<property name="templateTypeValue" type="string">
<column name="template_type" not-null="true" default="'none'" />
<column name="template_type" not-null="true" default="'NONE'" />
</property>

<set name="implementedTemplateUuids" table="templaterelations" lazy="false">
Expand Down

0 comments on commit bdb3435

Please sign in to comment.