core-jgi/migration/i8.2/postgresql/202111231355_IDEMPIERE-5051...

9 lines
407 B
MySQL
Raw Normal View History

-- IDEMPIERE-5051 PaymentExportClass must be advanced field
-- Nov 23, 2021, 1:54:33 PM CET
UPDATE AD_Field SET AD_Reference_Value_ID=NULL, AD_Val_Rule_ID=NULL, ReadOnlyLogic='@#ShowAdvanced@=N', IsToolbarButton=NULL,Updated=TO_TIMESTAMP('2021-11-23 13:54:33','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Field_ID=60881
;
SELECT register_migration_script('202111231355_IDEMPIERE-5051.sql') FROM dual
;