mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-12-29 11:52:34 +08:00
Remove Contact.name column - always use search instead
This commit is contained in:
parent
994a911e27
commit
e22ad1621b
2 changed files with 1 additions and 2 deletions
|
@ -264,7 +264,6 @@ Section: Models
|
|||
export default class Contact extends Model {
|
||||
static attributes = Object.assign({}, Model.attributes, {
|
||||
name: Attributes.String({
|
||||
queryable: true,
|
||||
modelKey: 'name',
|
||||
}),
|
||||
|
||||
|
|
2
mailsync
2
mailsync
|
@ -1 +1 @@
|
|||
Subproject commit 32104cce7c8ec05c1c8fafa3478b2275785ec959
|
||||
Subproject commit 3f218566aea0232a5e10ee25a4a2a7e4aa147f33
|
Loading…
Reference in a new issue