Skip to content

Commit

Permalink
Update m161111_080914_add_swift_message_column_to_mail_queue_table.php
Browse files Browse the repository at this point in the history
Set column type to 'text'
  • Loading branch information
nterms authored Nov 14, 2016
1 parent 6ced309 commit 1ed04b7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class m161111_080914_add_swift_message_column_to_mail_queue_table extends Migrat
*/
public function up()
{
$this->addColumn(Yii::$app->get(MailQueue::NAME)->table, 'swift_message', $this->longtext());
$this->addColumn(Yii::$app->get(MailQueue::NAME)->table, 'swift_message', 'text');
}

/**
Expand Down

0 comments on commit 1ed04b7

Please sign in to comment.