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:
parent
27b4c4473f
commit
8ef44f79db
1
sql/issue_167_settings_upgrade.sql
Normal file
1
sql/issue_167_settings_upgrade.sql
Normal file
@ -0,0 +1 @@
|
||||
ALTER TABLE `settings` CHANGE `setting` `name` VARCHAR( 255 ) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL ;
|
||||
Loading…
Reference in New Issue
Block a user