Fixing column name in settings table

* This will change the name in the settings table for old installations

Fixes #167
This commit is contained in:
Sebastian Grewe 2013-06-12 11:19:07 +02:00
parent 27b4c4473f
commit 8ef44f79db

View File

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