forked from science-ation/science-ation
Oops and add the db update for the new config options
This commit is contained in:
parent
651d6235a4
commit
40bc5f93ef
5
db/db.update.107.sql
Normal file
5
db/db.update.107.sql
Normal 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');
|
||||
|
Loading…
Reference in New Issue
Block a user