Remove duplicated lines in 210_FixDRP migration script.
This commit is contained in:
parent
11fe25fa1c
commit
f4e44a99e4
|
@ -203,14 +203,3 @@ ALTER TABLE DD_NetworkDistributionLine MODIFY M_Shipper_ID NUMBER(10) DEFAULT N
|
|||
-- Completed the DRP
|
||||
ALTER TABLE DD_NetworkDistributionLine MODIFY M_Shipper_ID NOT NULL
|
||||
;
|
||||
|
||||
-- Jun 23, 2008 12:40:09 AM CDT
|
||||
-- Completed the DRP
|
||||
ALTER TABLE DD_NetworkDistributionLine MODIFY M_Shipper_ID NUMBER(10) DEFAULT NULL
|
||||
;
|
||||
|
||||
-- Jun 23, 2008 12:40:10 AM CDT
|
||||
-- Completed the DRP
|
||||
ALTER TABLE DD_NetworkDistributionLine MODIFY M_Shipper_ID NOT NULL
|
||||
;
|
||||
|
||||
|
|
|
@ -202,14 +202,3 @@ insert into t_alter_column values('dd_networkdistributionline','M_Shipper_ID','N
|
|||
-- Completed the DRP
|
||||
insert into t_alter_column values('dd_networkdistributionline','M_Shipper_ID',null,'NOT NULL',null)
|
||||
;
|
||||
|
||||
-- Jun 23, 2008 12:40:09 AM CDT
|
||||
-- Completed the DRP
|
||||
insert into t_alter_column values('dd_networkdistributionline','M_Shipper_ID','NUMERIC(10)',null,'NULL')
|
||||
;
|
||||
|
||||
-- Jun 23, 2008 12:40:10 AM CDT
|
||||
-- Completed the DRP
|
||||
insert into t_alter_column values('dd_networkdistributionline','M_Shipper_ID',null,'NOT NULL',null)
|
||||
;
|
||||
|
||||
|
|
Loading…
Reference in New Issue