add a 'phone' field
This commit is contained in:
parent
0bf2317f42
commit
e4bbca3c33
1 changed files with 1 additions and 0 deletions
|
|
@ -148,6 +148,7 @@ class Contact(_Contact):
|
||||||
('location', FieldStr('city')),
|
('location', FieldStr('city')),
|
||||||
('distance', FieldDist('dist')),
|
('distance', FieldDist('dist')),
|
||||||
('country', FieldStr('country')),
|
('country', FieldStr('country')),
|
||||||
|
('phone', FieldStr('phone')),
|
||||||
('eyes', FieldList('eyes')),
|
('eyes', FieldList('eyes')),
|
||||||
('hair_color', FieldList('hair_color')),
|
('hair_color', FieldList('hair_color')),
|
||||||
('hair_size', FieldList('hair_size')),
|
('hair_size', FieldList('hair_size')),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue