forked from science-ation/science-ation
414a85ccb2
- Change the type of $config['regfee'] to 'number'
2 lines
62 B
SQL
2 lines
62 B
SQL
UPDATE `config` SET `type` = 'number' WHERE `var` = 'regfee';
|