mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Changed attach defaults
This commit is contained in:
parent
cc2364a989
commit
162c6d2ce6
@ -15,8 +15,8 @@ class AddDocuments extends Migration {
|
|||||||
$table->unsignedInteger('logo_width');
|
$table->unsignedInteger('logo_width');
|
||||||
$table->unsignedInteger('logo_height');
|
$table->unsignedInteger('logo_height');
|
||||||
$table->unsignedInteger('logo_size');
|
$table->unsignedInteger('logo_size');
|
||||||
$table->boolean('invoice_embed_documents')->default(1);
|
$table->boolean('invoice_embed_documents')->default(0);
|
||||||
$table->boolean('document_email_attachment')->default(1);
|
$table->boolean('document_email_attachment')->default(0);
|
||||||
});
|
});
|
||||||
|
|
||||||
\DB::table('accounts')->update(array('logo' => ''));
|
\DB::table('accounts')->update(array('logo' => ''));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user