diff --git a/modules/backend/database/migrations/2016_10_01_000009_Db_Backend_Timestamp_Fix.php b/modules/backend/database/migrations/2016_10_01_000009_Db_Backend_Timestamp_Fix.php index 99fde4cce..5169d22eb 100644 --- a/modules/backend/database/migrations/2016_10_01_000009_Db_Backend_Timestamp_Fix.php +++ b/modules/backend/database/migrations/2016_10_01_000009_Db_Backend_Timestamp_Fix.php @@ -1,6 +1,8 @@ backendTables as $table) { DbDongle::convertTimestamps($table); } + + // Use this opportunity to reset backend preferences and styles for stable + PreferenceModel::instance()->resetDefault(); + BrandSettingModel::instance()->resetDefault(); } public function down()