php-mpos/sql/issue_167_settings_upgrade.sql
Sebastian Grewe 8ef44f79db Fixing column name in settings table
* This will change the name in the settings table for old installations

Fixes #167
2013-06-12 11:19:07 +02:00

2 lines
119 B
SQL

ALTER TABLE `settings` CHANGE `setting` `name` VARCHAR( 255 ) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL ;