Oops and add the db update for the new config options

This commit is contained in:
james 2008-07-16 17:24:19 +00:00
parent 651d6235a4
commit 40bc5f93ef

5
db/db.update.107.sql Normal file
View File

@ -0,0 +1,5 @@
INSERT INTO `config` ( `var` , `val` , `category` , `type` , `type_values` , `ord` , `description` , `year`) VALUES (
'provincestate', 'Province', 'Global', 'enum', 'Province=Province|State=State', '800', 'Use Province or State?', '-1');
INSERT INTO `config` ( `var` , `val` , `category` , `type` , `type_values` , `ord` , `description` , `year`) VALUES (
'postalzip', 'Postal Code', 'Global', 'enum', 'Postal Code=Postal Code|Zip Code=Zip Code', '810', 'Use Postal Code or Zip Code?', '-1');