1
0
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:
Nilesh Deepak
2017-07-07 16:29:38 +05:30
parent c5f11e4516
commit 144a6e469d
9 changed files with 53 additions and 51 deletions

View File

@ -18,7 +18,7 @@ class AddCoverImageDisplay extends Migration
});
Schema::table('books', function (Blueprint $table) {
$table->string('image');
$table->integer('image');
});
}