Fix typo
This commit is contained in:
parent
764557b96b
commit
2bef7a154b
1 changed files with 1 additions and 1 deletions
|
@ -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');
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue