add mailboxDomain field to apps table
This commit is contained in:
@@ -411,6 +411,7 @@ describe('database', function () {
|
||||
enableBackup: true,
|
||||
env: {},
|
||||
mailboxName: 'talktome',
|
||||
mailboxDomain: DOMAIN_0.domain,
|
||||
enableAutomaticUpdate: true,
|
||||
dataDir: null,
|
||||
tags: [],
|
||||
@@ -991,6 +992,7 @@ describe('database', function () {
|
||||
'CUSTOM_KEY': 'CUSTOM_VALUE'
|
||||
},
|
||||
mailboxName: 'talktome',
|
||||
mailboxDomain: DOMAIN_0.domain,
|
||||
enableAutomaticUpdate: true,
|
||||
dataDir: null,
|
||||
tags: [],
|
||||
@@ -1020,6 +1022,7 @@ describe('database', function () {
|
||||
alternateDomains: [],
|
||||
env: {},
|
||||
mailboxName: 'callme',
|
||||
mailboxDomain: DOMAIN_0.domain,
|
||||
enableAutomaticUpdate: true,
|
||||
dataDir: null,
|
||||
tags: [],
|
||||
|
||||
Reference in New Issue
Block a user