Merge pull request #169 from TheSerapher/issue-167

Fixing column name in settings table
This commit is contained in:
Sebastian Grewe 2013-06-12 02:34:17 -07:00
commit a0fe8a1057

View File

@ -0,0 +1 @@
ALTER TABLE `settings` CHANGE `setting` `name` VARCHAR( 255 ) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL ;