Skip to content

Commit

Permalink
Fixed migration
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
brandonkelly committed Aug 9, 2023
1 parent 24b67d2 commit 6c9f737
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class m230531_123004_add_entry_type_show_status_field extends Migration
*/
public function safeUp(): bool
{
$this->addColumn(Table::ENTRYTYPES, 'showStatusField', $this->boolean()->defaultValue(true)->after('slugTranslationKeyFormat'));
$this->addColumn(Table::ENTRYTYPES, 'showStatusField', $this->boolean()->defaultValue(true)->after('titleFormat'));
return true;
}

Expand Down

0 comments on commit 6c9f737

Please sign in to comment.