science-ation/db/db.update.103.sql
dave 414a85ccb2 - Add number checking (and parsing) to the config editor
- Change the type of $config['regfee'] to 'number'
2008-01-28 21:48:44 +00:00

2 lines
62 B
SQL

UPDATE `config` SET `type` = 'number' WHERE `var` = 'regfee';