mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-06-05 17:16:52 +03:00
Fixed incorrect field in down migration
This commit is contained in:
parent
1660e72cc5
commit
d1bd6d0e39
@ -46,7 +46,7 @@ class RefactorJointPermissionsStorage extends Migration
|
|||||||
|
|
||||||
$table->boolean('has_permission')->index();
|
$table->boolean('has_permission')->index();
|
||||||
$table->boolean('has_permission_own')->index();
|
$table->boolean('has_permission_own')->index();
|
||||||
$table->unsignedInteger('created_by')->index();
|
$table->unsignedInteger('owned_by')->index();
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user