Remove duplicated lines in 210_FixDRP migration script.

This commit is contained in:
tspc 2008-07-22 03:08:19 +00:00
parent 11fe25fa1c
commit f4e44a99e4
2 changed files with 0 additions and 22 deletions

View File

@ -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
;

View File

@ -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)
;