Fixed incorrect table name in migration
This commit is contained in:
@@ -44,7 +44,7 @@ class UpdateOrganisationApprovalsTable extends Migration
|
||||
*/
|
||||
public function down()
|
||||
{
|
||||
$this->schema->table('organisations', function (Blueprint $table) {
|
||||
$this->schema->table('organisation_approvals', function (Blueprint $table) {
|
||||
$table->integer('approver_id')->unsigned()->change();
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user