From 3018aec5657eb5583f9ed9ff8b7ddc382758e8bb Mon Sep 17 00:00:00 2001 From: afalcone Date: Sat, 21 Jul 2007 16:04:59 +0000 Subject: [PATCH] Added Commit at bottom --- migration/320-trunk/postgresql/015_postcode_lookup2.sql | 2 ++ 1 file changed, 2 insertions(+) diff --git a/migration/320-trunk/postgresql/015_postcode_lookup2.sql b/migration/320-trunk/postgresql/015_postcode_lookup2.sql index 552c4000ba..d5160e3060 100644 --- a/migration/320-trunk/postgresql/015_postcode_lookup2.sql +++ b/migration/320-trunk/postgresql/015_postcode_lookup2.sql @@ -24,3 +24,5 @@ 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