Merge branch 'fronkdev' into 'master'

Finished MaintenanceNotification

See merge request fronk/thetool!730
This commit is contained in:
Frank Schubert
2024-11-13 17:16:08 +00:00
8 changed files with 465 additions and 14 deletions

View File

@@ -26,7 +26,6 @@ final class CreateMaintanenceNotification extends AbstractMigration
$log = $this->table("MaintenanceNotificationLog");
$log->addColumn("maintenancenotification_id", "integer", ["null" => false]);
$log->addColumn("address_id", "integer", ["null" => true, "default" => null]);
$log->addColumn("email", "string", ["null" => false]);
$log->addColumn("sent", "integer", ["null" => false, "default" => 0]);