public function up()
 {
     $this->addColumn(self::TABLE, 'emailed', 'int(11) NOT NULL AFTER trace');
     AuditError::updateAll(['emailed' => 1]);
     // set to 1 so we don't email all the old errors
 }