Skip to content

Commit

Permalink
Fix #151 Más de una empresa con la misma web
Browse files Browse the repository at this point in the history
Más de una empresa puede tener la misma web.
  • Loading branch information
eperezf committed Jan 21, 2020
1 parent 03bda1d commit 8100bdb
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ public function up(){

$table->unique(["idEmpresa"], 'idEmpresa_UNIQUE');

$table->unique(["urlWeb"], 'urlWeb_UNIQUE');

$table->unique(["nombre"], 'nombre_UNIQUE');
});
}
Expand Down

0 comments on commit 8100bdb

Please sign in to comment.