From 40bc5f93ef3c82970db5ae509cbdc73c3f3912f8 Mon Sep 17 00:00:00 2001 From: james Date: Wed, 16 Jul 2008 17:24:19 +0000 Subject: [PATCH] Oops and add the db update for the new config options --- db/db.update.107.sql | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 db/db.update.107.sql diff --git a/db/db.update.107.sql b/db/db.update.107.sql new file mode 100644 index 0000000..d048ab8 --- /dev/null +++ b/db/db.update.107.sql @@ -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'); +