From 73500538fafc503b285f5ea65ec2572e9323e3ff Mon Sep 17 00:00:00 2001 From: Carlos Ruiz Date: Sun, 22 Jul 2007 15:33:52 +0000 Subject: [PATCH] Drop specific customization SQLs --- migration/320-trunk/015_postcode_lookup2.sql | 6 +----- migration/320-trunk/postgresql/015_postcode_lookup2.sql | 6 +----- 2 files changed, 2 insertions(+), 10 deletions(-) diff --git a/migration/320-trunk/015_postcode_lookup2.sql b/migration/320-trunk/015_postcode_lookup2.sql index d5160e3060..05337bc230 100644 --- a/migration/320-trunk/015_postcode_lookup2.sql +++ b/migration/320-trunk/015_postcode_lookup2.sql @@ -21,8 +21,4 @@ UPDATE ad_column SET description = 'The URL of the web service that the plugin c -- Update Field Definitions UPDATE ad_field SET seqno = 225 WHERE ad_field_id = 51000; --- update UK Regions -update c_region set name = trim(name), description = trim(description) where c_country_id = 333; -update c_region set name = 'Manchester' where c_region_id = 26; - -COMMIT; \ No newline at end of file +COMMIT; diff --git a/migration/320-trunk/postgresql/015_postcode_lookup2.sql b/migration/320-trunk/postgresql/015_postcode_lookup2.sql index d5160e3060..05337bc230 100644 --- a/migration/320-trunk/postgresql/015_postcode_lookup2.sql +++ b/migration/320-trunk/postgresql/015_postcode_lookup2.sql @@ -21,8 +21,4 @@ UPDATE ad_column SET description = 'The URL of the web service that the plugin c -- Update Field Definitions UPDATE ad_field SET seqno = 225 WHERE ad_field_id = 51000; --- update UK Regions -update c_region set name = trim(name), description = trim(description) where c_country_id = 333; -update c_region set name = 'Manchester' where c_region_id = 26; - -COMMIT; \ No newline at end of file +COMMIT;