mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-07-30 04:23:11 +03:00
Updated cover image upload and delete function.
This commit is contained in:
@ -18,7 +18,7 @@ class AddCoverImageDisplay extends Migration
|
||||
});
|
||||
|
||||
Schema::table('books', function (Blueprint $table) {
|
||||
$table->string('image');
|
||||
$table->integer('image');
|
||||
});
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user