Skip to content

Commit 5397bc6

Browse files
committed
Remove legacy reference to tokens field
1 parent 3457cb5 commit 5397bc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Database/Migrations/2020-11-02-143410_add_templates_parent.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ class AddTemplatesParent extends Migration
77
public function up()
88
{
99
$this->forge->addColumn('outbox_templates', [
10-
'parent_id' => ['type' => 'int', 'null' => true, 'after' => 'tokens'],
10+
'parent_id' => ['type' => 'int', 'null' => true, 'after' => 'body'],
1111
]);
1212
}
1313

0 commit comments

Comments
 (0)