1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2024-10-30 07:32:39 +01:00

Fixed incorrect field in down migration

This commit is contained in:
Dan Brown 2023-01-24 19:21:23 +00:00
parent 1660e72cc5
commit d1bd6d0e39
No known key found for this signature in database
GPG Key ID: 46D9F943C24A2EF9

View File

@ -46,7 +46,7 @@ class RefactorJointPermissionsStorage extends Migration
$table->boolean('has_permission')->index();
$table->boolean('has_permission_own')->index();
$table->unsignedInteger('created_by')->index();
$table->unsignedInteger('owned_by')->index();
});
}
}