Index: branches/5.1.x/install/upgrades.sql =================================================================== diff -u -N -r13109 -r13184 --- branches/5.1.x/install/upgrades.sql (.../upgrades.sql) (revision 13109) +++ branches/5.1.x/install/upgrades.sql (.../upgrades.sql) (revision 13184) @@ -170,4 +170,10 @@ # ===== v 5.0.2 ===== # ===== v 5.1.0-B1 ===== -UPDATE Modules SET Path = 'modules/in-bulletin/' WHERE `Name` = 'In-Bulletin'; \ No newline at end of file +UPDATE Modules SET Path = 'modules/in-bulletin/' WHERE `Name` = 'In-Bulletin'; +DELETE FROM ConfigurationValues WHERE VariableName IN ( + 'Post_Sortfield', 'Post_SortOrder', 'Perpage_PrivateMessages', 'Topic_Root', + 'Topic_Background1', 'Topic_Background2', 'Post_Background1', 'Post_Background2', + 'Posting_SortOrder', 'Bulletin_TopCount', 'Bulletin_CatNewDays', 'Bulletin_Pick_First' +); +UPDATE ConfigurationValues SET ModuleOwner = 'In-Bulletin' WHERE VariableName = 'BBTags'; \ No newline at end of file