Fix problem with migration
This commit is contained in:
parent
110af6f28b
commit
cca4e40ef5
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ class AddDocuments extends Migration {
|
|||
$table->boolean('document_email_attachment')->default(1);
|
||||
});
|
||||
|
||||
DB::table('accounts')->update(array('logo' => ''));
|
||||
\DB::table('accounts')->update(array('logo' => ''));
|
||||
Schema::dropIfExists('documents');
|
||||
Schema::create('documents', function($t)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue