Merge remote-tracking branch 'upstream/master'

This commit is contained in:
Bill Burke 2015-09-02 16:30:35 -04:00
commit 0cfb03be03

View file

@ -9,6 +9,7 @@
<delete tableName="USER_SESSION_NOTE"/>
<delete tableName="USER_SESSION"/>
<dropDefaultValue tableName="AUTHENTICATION_EXECUTION" columnName="USER_SETUP_ALLOWED" />
<dropColumn tableName="AUTHENTICATION_EXECUTION" columnName="USER_SETUP_ALLOWED"/>
<addColumn tableName="CREDENTIAL">
<column name="COUNTER" type="INT" defaultValueNumeric="0">