Fix documents migration
This commit is contained in:
parent
e0568faae1
commit
b4b8396c0f
1 changed files with 1 additions and 0 deletions
|
|
@ -63,6 +63,7 @@ class AddDocuments extends Migration {
|
|||
$table->dropColumn('logo_height');
|
||||
$table->dropColumn('logo_size');
|
||||
$table->dropColumn('invoice_embed_documents');
|
||||
$table->dropColumn('document_email_attachment');
|
||||
});
|
||||
|
||||
Schema::dropIfExists('documents');
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue