Added Commit at bottom

This commit is contained in:
afalcone 2007-07-21 16:04:29 +00:00
parent af45fdada7
commit c71a6af797
1 changed files with 2 additions and 0 deletions

View File

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