IDEMPIERE-2901 Period Control Management / Change period status and docbasetype to multiple-selection list (#1535)

This commit is contained in:
Carlos Ruiz 2022-10-21 04:07:08 +02:00 committed by GitHub
parent b2d33a6765
commit 495c9ef108
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 25 additions and 0 deletions

View File

@ -0,0 +1,14 @@
-- IDEMPIERE-2901 - Period Control Management - Multi-Select List Parameters
SELECT register_migration_script('202210191926_IDEMPIERE-2901.sql') FROM dual;
SET SQLBLANKLINES ON
SET DEFINE OFF
-- Oct 19, 2022, 7:26:01 PM CEST
UPDATE AD_InfoColumn SET AD_Reference_ID=200161, QueryOperator='Like', QueryFunction='Upper',Updated=TO_TIMESTAMP('2022-10-19 19:26:01','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_InfoColumn_ID=200222
;
-- Oct 19, 2022, 7:26:13 PM CEST
UPDATE AD_InfoColumn SET AD_Reference_ID=200161, QueryOperator='Like', QueryFunction='Upper',Updated=TO_TIMESTAMP('2022-10-19 19:26:13','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_InfoColumn_ID=200223
;

View File

@ -0,0 +1,11 @@
-- IDEMPIERE-2901 - Period Control Management - Multi-Select List Parameters
SELECT register_migration_script('202210191926_IDEMPIERE-2901.sql') FROM dual;
-- Oct 19, 2022, 7:26:01 PM CEST
UPDATE AD_InfoColumn SET AD_Reference_ID=200161, QueryOperator='Like', QueryFunction='Upper',Updated=TO_TIMESTAMP('2022-10-19 19:26:01','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_InfoColumn_ID=200222
;
-- Oct 19, 2022, 7:26:13 PM CEST
UPDATE AD_InfoColumn SET AD_Reference_ID=200161, QueryOperator='Like', QueryFunction='Upper',Updated=TO_TIMESTAMP('2022-10-19 19:26:13','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_InfoColumn_ID=200223
;