Commit 1cb321f0 authored by Guilherme Silva's avatar Guilherme Silva
Browse files

Retirada do atributo ComprovanteBancario do migration antigo

parent 6d215adc
...@@ -17,7 +17,6 @@ class AlterTableParticipantes extends Migration ...@@ -17,7 +17,6 @@ class AlterTableParticipantes extends Migration
$table->string('anexoTermoCompromisso')->nullable(); $table->string('anexoTermoCompromisso')->nullable();
$table->string('anexoComprovanteMatricula')->nullable(); $table->string('anexoComprovanteMatricula')->nullable();
$table->string('anexoLattes')->nullable(); $table->string('anexoLattes')->nullable();
$table->string('anexoComprovanteBancario')->nullable();
}); });
} }
...@@ -32,7 +31,6 @@ class AlterTableParticipantes extends Migration ...@@ -32,7 +31,6 @@ class AlterTableParticipantes extends Migration
$table->dropColumn('anexoTermoCompromisso'); $table->dropColumn('anexoTermoCompromisso');
$table->dropColumn('anexoComprovanteMatricula'); $table->dropColumn('anexoComprovanteMatricula');
$table->dropColumn('anexoLattes'); $table->dropColumn('anexoLattes');
$table->dropColumn('anexoComprovanteBancario');
}); });
} }
} }
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment