Skip to content

Commit

Permalink
Fix #1368: Modify datatype of pa_activation.extras (#1369)
Browse files Browse the repository at this point in the history
  • Loading branch information
jandusil authored Mar 4, 2024
1 parent 9581fee commit e5eb8a0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
</changeSet>

<changeSet id="3" logicalFilePath="powerauth-java-server/1.7.x/20240115-add-columns-fido2" author="Roman Strobl">
<modifyDataType tableName="pa_activation" columnName="extras" newDataType="TEXT"/>
<modifyDataType tableName="pa_activation" columnName="extras" newDataType="varchar(4000)"/>
</changeSet>

</databaseChangeLog>

0 comments on commit e5eb8a0

Please sign in to comment.