Update v1.0.6.6

This commit is contained in:
sujitprasad
2016-03-11 18:36:32 +05:30
parent a77b7bf3e7
commit d54019198f
51 changed files with 4234 additions and 2401 deletions

View File

@@ -23,11 +23,14 @@ class CreateEmailsTable extends Migration
$table->string('password');
$table->string('fetching_host');
$table->string('fetching_port');
$table->string('fetching_protocol');
$table->string('fetching_encryption');
$table->string('mailbox_protocol');
$table->string('imap_config');
$table->string('folder');
$table->string('sending_host');
$table->string('sending_port');
$table->string('sending_protocol');
$table->string('sending_encryption');
$table->string('internal_notes');
$table->boolean('auto_response');

View File

@@ -22,6 +22,7 @@ class CreateSettingsSystemTable extends Migration
$table->string('log_level');
$table->string('purge_log');
$table->integer('api_enable');
$table->integer('api_key_mandatory');
$table->string('api_key');
$table->string('name_format');
$table->integer('time_farmat')->unsigned()->nullable()->index('time_farmat');