Fix recording of netmails, when they contain taglines and origin lines
This commit is contained in:
@@ -21,7 +21,7 @@ return new class extends Migration
|
||||
*/
|
||||
public function down(): void
|
||||
{
|
||||
Schema::table('netmail', function (Blueprint $table) {
|
||||
Schema::table('netmails', function (Blueprint $table) {
|
||||
$table->dropColumn('origin');
|
||||
});
|
||||
}
|
||||
|
Reference in New Issue
Block a user