| 1 | * Build Index fucntion altered in order to remove specific references to table names and table field names. |
| 2 | * working for table data. |
| 3 | * '''Next todo : adapt the search function in order to retrieve the table name & table field names.''' |
| 4 | * next todo : add hvp_pilot model in current biobank_search model and test more DB tables. |
| 5 | * Added entities User, Patient, gene, OntologySource, !OntologyTerm . generate- update database. |
| 6 | * Fill in data from hvp_pilot2 : |
| 7 | * mysql> insert into gene select * from hvp_pilot2.gene; |
| 8 | * ... |