34 | | * |
35 | | * id, |
36 | | * !FirstName, |
37 | | * !MidInitials, !LastName, |
38 | | * '''Affiliation, ,<---- this is strange. Is not contained in the DB , where does it come from ??''' |
39 | | * Address, |
40 | | * Phone, Email, Fax, tollFreePhone, labworker, xref_Affiliation.name AS Affiliation_name FROM Contact LEFT JOIN Institute AS xref_Affiliation ON xref_Affiliation.id.... |
41 | | * Affiliation exists in model? but not in db ! update database . |
42 | | * database now empty |
43 | | * upload xls ..ok |
44 | | * rebuild index. |
| 34 | * id, |
| 35 | * !FirstName, |
| 36 | * !MidInitials, !LastName, |
| 37 | * '''Affiliation, ,<---- this is strange. Is not contained in the DB , where does it come from ??''' |
| 38 | * Address, |
| 39 | * Phone, Email, Fax, tollFreePhone, labworker, xref_Affiliation.name AS Affiliation_name FROM Contact LEFT JOIN Institute AS xref_Affiliation ON xref_Affiliation.id.... |
| 40 | * Affiliation exists in model? but not in db ! update database . |
| 41 | * database now empty |
| 42 | * upload xls ..ok |
| 43 | * rebuild index. |