valerio-crescia commented on code in PR #1350:
URL: https://github.com/apache/syncope/pull/1350#discussion_r3087163523
##########
core/persistence-jpa-upgrader/src/main/resources/schema-oracle.xml:
##########
@@ -751,9 +751,9 @@ under the License.
<column name="subjectType" type="varchar" size="20"/>
<column name="supportedGrantTypes" type="clob" size="-1"/>
<column name="supportedResponseTypes" type="clob" size="-1"/>
- <column name="tokenEndpointAuthenticationMethod" type="varchar"
size="20"/>
+ <column name="tokenEndpointAuthenticationMet" type="varchar"
size="20"/>
Review Comment:
The tool stops with the tables name length more than 30 characters. I don't
think it breaks something because the actual tablenames on Syncope 4.0 are like
that on Oracle
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]