Fix echoarea name is converted to UC, add netmail VIA lines for outgoing netmail
This commit is contained in:
@@ -29,7 +29,7 @@ class CreateMail extends Migration
|
||||
$table->string('replyid')->nullable();
|
||||
|
||||
$table->text('msg');
|
||||
$table->string('msg_src')->nullable();
|
||||
$table->text('msg_src')->nullable();
|
||||
$table->string('msg_crc')->nullable();
|
||||
$table->string('tagline')->nullable();
|
||||
$table->string('tearline')->nullable();
|
||||
@@ -96,7 +96,7 @@ class CreateMail extends Migration
|
||||
|
||||
$table->text('msg');
|
||||
$table->text('msg_src')->nullable();
|
||||
$table->integer('msg_crc')->nullable();
|
||||
$table->string('msg_crc')->nullable();
|
||||
|
||||
$table->string('tagline')->nullable();
|
||||
$table->string('tearline')->nullable();
|
||||
|
Reference in New Issue
Block a user