Skip to content

Commit

Permalink
Merge pull request #133 from UNICEF01/bug_alertas_travados#291
Browse files Browse the repository at this point in the history
Correcao do migrate do NIS
  • Loading branch information
manoelsouzaunicef committed Sep 5, 2019
2 parents acb81e5 + 32e58ba commit fffc0e7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class UpdateNisEtspCasePesquisa extends Migration
public function up()
{
\Schema::table('case_steps_pesquisa', function (Blueprint $table) {
$table->string('nis');
$table->string('nis')->change();
});
}

Expand Down

0 comments on commit fffc0e7

Please sign in to comment.