Changes between Initial Version and Version 1 of DespoinaLog/2010/09/08


Ignore:
Timestamp:
2010-10-01T23:19:13+02:00 (14 years ago)
Author:
trac
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DespoinaLog/2010/09/08

    v1 v1  
     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   * ...