Skip to content

Commit

Permalink
Add locale_group by default to elements
Browse files Browse the repository at this point in the history
Closes #60
  • Loading branch information
weotch committed Jun 1, 2018
1 parent 27399a9 commit 60e625d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions migrations/2014_11_04_090719_elements_table.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ public function up()
$table->string('type');
$table->mediumtext('value')->nullable();
$table->string('locale');
$table->string('locale_group')->nullable();

$table->primary(['key', 'locale']);
$table->index(['locale', 'key']);
Expand Down

0 comments on commit 60e625d

Please sign in to comment.