Skip to content

Commit

Permalink
fix upgrades migration (#1414)
Browse files Browse the repository at this point in the history
  • Loading branch information
wellingguzman committed Apr 23, 2017
1 parent d26d1c2 commit ebee88a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -18,7 +18,7 @@ public function up()
'hidden' => 1,
'single' => 0,
'footer' => 0,
'allowed_listing_views' => NULL,
'list_view' => NULL,
'column_groupings' => NULL,
'primary_column' => NULL,
'user_create_column' => 'user',
Expand Down
Expand Up @@ -30,7 +30,7 @@ protected function createEntryIfNotExists()
'hidden' => 1,
'single' => 0,
'footer' => 0,
'allowed_listing_views' => NULL,
'list_view' => NULL,
'column_groupings' => NULL,
'primary_column' => NULL,
'user_create_column' => 'recipient',
Expand Down

0 comments on commit ebee88a

Please sign in to comment.