mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 01:08:56 +00:00
Add name to index in release_regexes migration
This commit is contained in:
@@ -17,7 +17,7 @@ class CreateReleaseRegexesTable extends Migration {
|
||||
$table->integer('releases_id')->unsigned()->default(0);
|
||||
$table->integer('collection_regex_id')->default(0);
|
||||
$table->integer('naming_regex_id')->default(0);
|
||||
$table->primary(['releases_id','collection_regex_id','naming_regex_id']);
|
||||
$table->primary(['releases_id','collection_regex_id','naming_regex_id'], 'ix_rel_coll_name_reg_id');
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user