Merge branch 'fronkdev' into 'master'
Finished MaintenanceNotification See merge request fronk/thetool!730
This commit is contained in:
@@ -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]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user