We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db21731 commit e3cc3d2Copy full SHA for e3cc3d2
src/main/resources/liquibase/changelog.xml
@@ -5,7 +5,7 @@
5
xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog
6
http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.0.xsd">
7
8
- <property name="NOW" value="NOW()" dbms="mysql" />
+ <property name="NOW" value="NOW()" dbms="mysql,postgresql" />
9
<property name="NOW" value="CURRENT_TIMESTAMP()" dbms="h2" />
10
11
<include file="initial-state.xml" relativeToChangelogFile="true" />
0 commit comments