IDEMPIERE-5497 Support User vs Roles - minor improvement - change Role to list (FHCA-4016) (#1588)

This commit is contained in:
Carlos Ruiz 2022-11-28 14:31:07 +01:00 committed by GitHub
parent 931687169a
commit 8e886a26d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 17 additions and 0 deletions

View File

@ -0,0 +1,10 @@
-- IDEMPIERE-5497 Support User vs Roles - minor improvement - change Role to list (FHCA-4016)
SELECT register_migration_script('202211281240_IDEMPIERE-5497.sql') FROM dual;
SET SQLBLANKLINES ON
SET DEFINE OFF
-- Nov 28, 2022, 12:40:37 PM CET
UPDATE AD_InfoColumn SET AD_Reference_ID=19,Updated=TO_TIMESTAMP('2022-11-28 12:40:37','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_InfoColumn_ID=200158
;

View File

@ -0,0 +1,7 @@
-- IDEMPIERE-5497 Support User vs Roles - minor improvement - change Role to list (FHCA-4016)
SELECT register_migration_script('202211281240_IDEMPIERE-5497.sql') FROM dual;
-- Nov 28, 2022, 12:40:37 PM CET
UPDATE AD_InfoColumn SET AD_Reference_ID=19,Updated=TO_TIMESTAMP('2022-11-28 12:40:37','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_InfoColumn_ID=200158
;