mirror of
https://github.com/appwrite/appwrite
synced 2026-05-24 01:18:37 +00:00
Add id
This commit is contained in:
parent
2841875714
commit
032fec3cae
1 changed files with 1 additions and 1 deletions
|
|
@ -396,7 +396,7 @@ class Migrations extends Action
|
||||||
$destination->error();
|
$destination->error();
|
||||||
$source->error();
|
$source->error();
|
||||||
|
|
||||||
throw new Exception('Migration failed');
|
throw new Exception('Migration('.$migration->getId().') failed, Project('.$this->project->getId().')');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue