Update v1.0.6.6
This commit is contained in:
@@ -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');
|
||||
|
@@ -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');
|
||||
|
Reference in New Issue
Block a user