mirror of
https://github.com/ellite/Wallos.git
synced 2025-12-23 23:18:07 -05:00
fix: email notification test always sending to admins email fix: don't expose disabled notifications to ical feed
4 lines
215 B
PHP
4 lines
215 B
PHP
<?php
|
|
// This migration changes all the notify_days_before from 0 to -1 to to support the added "on the day" option
|
|
|
|
$db->exec('UPDATE subscriptions SET `notify_days_before` = -1 WHERE `notify_days_before` = 0'); |