diff --git a/rhodecode/lib/db_manage.py b/rhodecode/lib/db_manage.py --- a/rhodecode/lib/db_manage.py +++ b/rhodecode/lib/db_manage.py @@ -659,6 +659,7 @@ class DbManage(object): ('show_private_icon', True, bool), ('stylify_metatags', False, bool), ('dashboard_items', 100, int), + ('show_version', True, bool) ] for key, val, type_ in settings: sett = RhodeCodeSetting(key, val)