Fix the version comparison syntax.

This commit is contained in:
Andrea Dell'Amico 2022-05-26 14:53:19 +02:00
parent ac990470fd
commit 91414e6ac2
Signed by: andrea.dellamico
GPG Key ID: 147ABE6CEB9E20FF
1 changed files with 2 additions and 2 deletions

View File

@ -107,7 +107,7 @@
<entry value="50" name="db.pool.max"/>
<entry value="50" name="script.pool.maxSize"/>
<entry value="false" name="profiler.enabled"/>
{% if orientdb_version version_compare(3.2.0, '<')) %}
{% if orientdb_version is version_compare('3.2.0', '<') %}
<entry value="{{ orientdb_data_dir }}" name="server.database.path" />
{% endif %}
</properties>
@ -118,7 +118,7 @@
{% endfor %}
</hooks>
{% endif %}
{% if orientdb_version version_compare(3.2.0, '<')) %}
{% if orientdb_version is version_compare('3.2.0', '<') %}
<isAfterFirstTime>true</isAfterFirstTime>
{% endif %}