This commit is contained in:
Jonny Barnes 2017-03-18 21:02:23 +00:00
parent 764557b96b
commit 2bef7a154b

View file

@ -32,7 +32,7 @@ class CreateMediaEndpointTable extends Migration
*/ */
public function down() public function down()
{ {
Scheme::table('media_endpoint', function (Blueprint $table) { Schema::table('media_endpoint', function (Blueprint $table) {
$table->dropForeign(['note_id']); $table->dropForeign(['note_id']);
}); });
Schema::dropIfExists('media_endpoint'); Schema::dropIfExists('media_endpoint');