Fix sybase
This commit is contained in:
parent
02d3993c7f
commit
8ed76c6921
1 changed files with 6 additions and 0 deletions
|
@ -119,6 +119,12 @@
|
||||||
<column name="ALGORITHM" type="VARCHAR(36)" value="pbkdf2" />
|
<column name="ALGORITHM" type="VARCHAR(36)" value="pbkdf2" />
|
||||||
<where>TYPE in ('password-history', 'password') AND ALGORITHM = 'HmacSHA1'</where>
|
<where>TYPE in ('password-history', 'password') AND ALGORITHM = 'HmacSHA1'</where>
|
||||||
</update>
|
</update>
|
||||||
|
|
||||||
|
<!-- Sybase specific hacks -->
|
||||||
|
<modifySql dbms="sybase">
|
||||||
|
<regExpReplace replace=".*(SET DEFAULT NULL)" with="SELECT 1" />
|
||||||
|
</modifySql>
|
||||||
|
|
||||||
</changeSet>
|
</changeSet>
|
||||||
|
|
||||||
</databaseChangeLog>
|
</databaseChangeLog>
|
Loading…
Reference in a new issue