Changes between Version 2 and Version 3 of DespoinaLog/2011/03/29


Ignore:
Timestamp:
2011-03-29T15:14:12+02:00 (13 years ago)
Author:
antonak
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DespoinaLog/2011/03/29

    v2 v3  
    88|| melanoma || GenoMEL || Core Biobanks || Population, development, birth and growth || lala || 1200 || dna || 600 || blabla || bla blabla bla ||
    99|| melanoma || POLYGENE || Core Biobanks || Aging || blabla || 800 || plasma || 197 || blabla || bla ||
     10
     11
     12
     13compare -- diff bbmri_29_march.mysql ~/Desktop/bbmri_gcc_22march_backup.mysql : except from the capitalized constraint in every CONSTRAINT, there are differences that may produce this problem : 
     14
     15added constrain in Measurement entity : 
     16
     17<   KEY !`targettypeAllowedForRelation` (!`targettypeAllowedForRelation`),
     18
     19'''<   CONSTRAINT !`measurement_ibfk_3` FOREIGN KEY (!`targettypeAllowedForRelation`) REFERENCES !`molgenisentity` (!`id`),'''
     20
     21<   CONSTRAINT !`measurement_ibfk_1` FOREIGN KEY (!`id`) REFERENCES !`observablefeature` (!`id`) ON DELETE CASCADE,
     22
     23<   CONSTRAINT !`measurement_ibfk_2` FOREIGN KEY (!`unit`) REFERENCES !`ontologyterm` (!`id`)
     24
     25---
     26
     27>   CONSTRAINT !`Measurement_ibfk_1` FOREIGN KEY (!`id`) REFERENCES !`ObservableFeature` (!`id`) ON DELETE CASCADE,
     28
     29>   CONSTRAINT !`Measurement_ibfk_2` FOREIGN KEY (!`unit`) REFERENCES !`OntologyTerm` (!`id`)
     30
     31----------------------------removed constraint from entity 812,813c795,797<   UNIQUE KEY !`name` (!`name`),<   CONSTRAINT !`observationtarget_ibfk_1` FOREIGN KEY (!`id`) REFERENCES !`observationelement` (!`id`) ON DELETE CASCADE--->   UNIQUE KEY !`Investigation_name` (!`Investigation`,!`name`),>   CONSTRAINT !`ObservationTarget_ibfk_1` FOREIGN KEY (!`id`) REFERENCES !`ObservationElement` (!`id`) ON DELETE CASCADE,>   CONSTRAINT !`ObservationTarget_ibfk_2` FOREIGN KEY (!`Investigation`) REFERENCES !`Investigation` (!`id`)