IDEMPIERE-5168 column AD_AuthorizationAccount.AccessToken is short on some case (#1165)

Fix ORA-22858: invalid alteration of datatype
This commit is contained in:
Carlos Ruiz 2022-02-07 10:45:44 +01:00 committed by GitHub
parent 3177c05b51
commit 6f5d7edf87
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -23,6 +23,9 @@ UPDATE AD_Column SET FieldLength=0, AD_Reference_ID=14,Updated=TO_DATE('2022-01-
;
-- Jan 30, 2022, 11:33:02 PM CET
ALTER TABLE AD_AuthorizationAccount MODIFY AccessToken LONG DEFAULT NULL
;
ALTER TABLE AD_AuthorizationAccount MODIFY AccessToken CLOB DEFAULT NULL
;