mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-07 19:24:42 -04:00
Fix problem with migration
This commit is contained in:
parent
110af6f28b
commit
cca4e40ef5
@ -19,7 +19,7 @@ class AddDocuments extends Migration {
|
|||||||
$table->boolean('document_email_attachment')->default(1);
|
$table->boolean('document_email_attachment')->default(1);
|
||||||
});
|
});
|
||||||
|
|
||||||
DB::table('accounts')->update(array('logo' => ''));
|
\DB::table('accounts')->update(array('logo' => ''));
|
||||||
Schema::dropIfExists('documents');
|
Schema::dropIfExists('documents');
|
||||||
Schema::create('documents', function($t)
|
Schema::create('documents', function($t)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user