]> git.mxchange.org Git - friendica.git/blobdiff - update.php
Merge pull request #12359 from matthiasmoritz/calendar_default_view
[friendica.git] / update.php
index 12a3fb74e61800c094512a046aa93431f6e67ee5..82f4fba58bc847c106cd72f6a9a5f03434aedfc7 100644 (file)
@@ -1138,4 +1138,10 @@ function update_1497()
 {
        DBA::e("UPDATE `user` SET `last-activity` = DATE(`login_date`) WHERE `last-activity` IS NULL");
        return Update::SUCCESS;
-}
\ No newline at end of file
+}
+
+function update_1502()
+{
+       DBA::e("UPDATE `pconfig` SET `cat` = 'calendar' WHERE `k` = 'first_day_of_week'");
+       return Update::SUCCESS;
+}