mirror of
https://github.com/corda/corda.git
synced 2024-12-18 20:47:57 +00:00
NOTICK - renamed postgres to postgresql (#5220)
This commit is contained in:
parent
2e02968c63
commit
0083931eb7
@ -11,7 +11,7 @@
|
||||
<createSequence sequenceName="hibernate_sequence"/>
|
||||
</changeSet>
|
||||
|
||||
<changeSet author="R3.Corda" id="1511451595465-1.3" onValidationFail="MARK_RAN" dbms="postgres,mssql">
|
||||
<changeSet author="R3.Corda" id="1511451595465-1.3" onValidationFail="MARK_RAN" dbms="postgresql,mssql">
|
||||
<preConditions onFail="MARK_RAN" onSqlOutput="TEST">
|
||||
<not><sequenceExists sequenceName="hibernate_sequence"/></not>
|
||||
</preConditions>
|
||||
|
Loading…
Reference in New Issue
Block a user