IDEMPIERE-3173 Columns that must not be copied C_BPartner.ActualLifeTimeValue
This commit is contained in:
parent
8f01084f7c
commit
e3c42f6078
|
@ -0,0 +1,11 @@
|
|||
SET SQLBLANKLINES ON
|
||||
SET DEFINE OFF
|
||||
|
||||
-- IDEMPIERE-3173 Columns that must not be copied
|
||||
-- Sep 3, 2016 2:45:57 PM GMT+01:00
|
||||
UPDATE AD_Column SET IsAllowCopy='N',Updated=TO_DATE('2016-09-03 14:45:57','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Column_ID=2925
|
||||
;
|
||||
|
||||
SELECT register_migration_script('201609031546_IDEMPIERE-3173.sql') FROM dual
|
||||
;
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
-- IDEMPIERE-3173 Columns that must not be copied
|
||||
-- Sep 3, 2016 2:45:57 PM GMT+01:00
|
||||
UPDATE AD_Column SET IsAllowCopy='N',Updated=TO_TIMESTAMP('2016-09-03 14:45:57','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Column_ID=2925
|
||||
;
|
||||
|
||||
SELECT register_migration_script('201609031546_IDEMPIERE-3173.sql') FROM dual
|
||||
;
|
||||
|
Loading…
Reference in New Issue