Skip to content

Commit

Permalink
Change name
Browse files Browse the repository at this point in the history
  • Loading branch information
amontenegro committed Aug 30, 2024
1 parent 1dba8a8 commit 56d0161
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@
<changeSet author="Angel Montenegro" id="ADD-AUTHORIZATION-URI-TO-oauth2_authoriziation_code_detail">
<preConditions onFail="MARK_RAN">
<not>
<columnExists tableName="oauth2_authoriziation_code_detail" columnName="authorization_uri"/>
<columnExists tableName="oauth2_authoriziation_code_detail" columnName="authorization_request_uri"/>
</not>
</preConditions>
<addColumn tableName="oauth2_authoriziation_code_detail">
<column name="authorization_uri" type="VARCHAR(2500)" />
<column name="authorization_request_uri" type="VARCHAR(2500)" />
</addColumn>
</changeSet>

Expand Down

0 comments on commit 56d0161

Please sign in to comment.