Skip to content

Commit

Permalink
fix : Increase the application center permission column max length - E…
Browse files Browse the repository at this point in the history
  • Loading branch information
sofyenne committed Oct 31, 2023
1 parent 5a71126 commit 9f74b59
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -123,4 +123,9 @@ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
<createSequence sequenceName="SEQ_APPLICATION_ID" startValue="1" />
<createSequence sequenceName="SEQFAVORITE_APPLICATION_ID" startValue="1" />
</changeSet>
<changeSet author="appCenter" id="1.0.0-10">
<modifyDataType columnName="PERMISSIONS"
newDataType="VARCHAR(2000)"
tableName="AC_APPLICATION"/>
</changeSet>
</databaseChangeLog>

0 comments on commit 9f74b59

Please sign in to comment.