diff --git a/migration/351a-trunk/210_FixDRP.sql b/migration/351a-trunk/210_FixDRP.sql index 249379e32a..935b53177d 100644 --- a/migration/351a-trunk/210_FixDRP.sql +++ b/migration/351a-trunk/210_FixDRP.sql @@ -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 -; - diff --git a/migration/351a-trunk/postgresql/210_FixDRP.sql b/migration/351a-trunk/postgresql/210_FixDRP.sql index b5fb51620b..9178b3f4e7 100644 --- a/migration/351a-trunk/postgresql/210_FixDRP.sql +++ b/migration/351a-trunk/postgresql/210_FixDRP.sql @@ -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) -; -