File tree 12 files changed +18
-18
lines changed
12 files changed +18
-18
lines changed Original file line number Diff line number Diff line change 7
7
},
8
8
"associations" : {
9
9
"genotypes" : {
10
- "type" : " sql_hasMany " ,
10
+ "type" : " hasMany " ,
11
11
"target" : " genotype" ,
12
12
"targetKey" : " breeding_pool_id" ,
13
13
"targetStorageType" : " sql" ,
Original file line number Diff line number Diff line change 10
10
},
11
11
"associations" : {
12
12
"genotype" : {
13
- "type" : " sql_belongsTo " ,
13
+ "type" : " belongsTo " ,
14
14
"target" : " genotype" ,
15
15
"targetKey" : " genotype_id" ,
16
16
"targetStorageType" : " sql" ,
Original file line number Diff line number Diff line change 9
9
10
10
"associations" : {
11
11
"mother" : {
12
- "type" : " sql_belongsTo " ,
12
+ "type" : " belongsTo " ,
13
13
"target" : " individual" ,
14
14
"targetKey" : " mother_id" ,
15
15
"targetStorageType" : " sql" ,
16
16
"label" : " name" ,
17
17
"sublabel" : " id"
18
18
},
19
19
"father" : {
20
- "type" : " sql_belongsTo " ,
20
+ "type" : " belongsTo " ,
21
21
"target" : " individual" ,
22
22
"targetKey" : " father_id" ,
23
23
"targetStorageType" : " sql" ,
24
24
"label" : " name" ,
25
25
"sublabel" : " id"
26
26
},
27
27
"breeding_pool" : {
28
- "type" : " sql_belongsTo " ,
28
+ "type" : " belongsTo " ,
29
29
"target" : " breeding_pool" ,
30
30
"targetKey" : " breeding_pool_id" ,
31
31
"targetStorageType" : " sql" ,
Original file line number Diff line number Diff line change 7
7
},
8
8
"associations" : {
9
9
"genotype" : {
10
- "type" : " sql_belongsTo " ,
10
+ "type" : " belongsTo " ,
11
11
"target" : " genotype" ,
12
12
"targetKey" : " genotype_id" ,
13
13
"targetStorageType" : " sql" ,
14
14
"label" : " name" ,
15
15
"sublabel" : " id"
16
16
},
17
17
"marker_data_snps" : {
18
- "type" : " sql_hasMany " ,
18
+ "type" : " hasMany " ,
19
19
"target" : " marker_data" ,
20
20
"targetKey" : " individual_id" ,
21
21
"targetStorageType" : " sql" ,
Original file line number Diff line number Diff line change 7
7
},
8
8
"associations" : {
9
9
"individual" : {
10
- "type" : " sql_belongsTo " ,
10
+ "type" : " belongsTo " ,
11
11
"target" : " individual" ,
12
12
"targetKey" : " individual_id" ,
13
13
"targetStorageType" : " sql" ,
Original file line number Diff line number Diff line change 11
11
},
12
12
"associations" : {
13
13
"field_plot" : {
14
- "type" : " sql_belongsTo " ,
14
+ "type" : " belongsTo " ,
15
15
"target" : " field_plot" ,
16
16
"targetKey" : " field_plot_id" ,
17
17
"targetStorageType" : " sql" ,
Original file line number Diff line number Diff line change 12
12
},
13
13
"associations" : {
14
14
"sample" : {
15
- "type" : " sql_belongsTo " ,
15
+ "type" : " belongsTo " ,
16
16
"target" : " sample" ,
17
17
"targetKey" : " sample_id" ,
18
18
"targetStorageType" : " sql" ,
Original file line number Diff line number Diff line change 7
7
},
8
8
"associations" : {
9
9
"users" : {
10
- "type" : " sql_belongsToMany " ,
10
+ "type" : " belongsToMany " ,
11
11
"target" : " user" ,
12
12
"targetKey" : " userId" ,
13
13
"sourceKey" : " roleId" ,
Original file line number Diff line number Diff line change 12
12
},
13
13
"associations" : {
14
14
"individual" : {
15
- "type" : " sql_belongsTo " ,
15
+ "type" : " belongsTo " ,
16
16
"target" : " individual" ,
17
17
"targetKey" : " individual_id" ,
18
18
"targetStorageType" : " sql" ,
19
19
"label" : " name" ,
20
20
"sublabel" : " id"
21
21
},
22
22
"sequencing_experiment" : {
23
- "type" : " sql_belongsTo " ,
23
+ "type" : " belongsTo " ,
24
24
"target" : " sequencing_experiment" ,
25
25
"targetKey" : " sequencing_experiment_id" ,
26
26
"targetStorageType" : " sql" ,
27
27
"label" : " name" ,
28
28
"sublabel" : " platform"
29
29
},
30
30
"library_data" : {
31
- "type" : " sql_hasMany " ,
31
+ "type" : " hasMany " ,
32
32
"target" : " nuc_acid_library_result" ,
33
33
"targetKey" : " sample_id" ,
34
34
"targetStorageType" : " sql" ,
Original file line number Diff line number Diff line change 20
20
},
21
21
"associations" : {
22
22
"nuc_acid_library_results" : {
23
- "type" : " sql_hasMany " ,
23
+ "type" : " hasMany " ,
24
24
"target" : " nuc_acid_library_result" ,
25
25
"targetKey" : " sequencing_experiment_id" ,
26
26
"targetStorageType" : " sql" ,
27
27
"label" : " lab_code" ,
28
28
"sublabel" : " file_name"
29
29
},
30
30
"samples" : {
31
- "type" : " sql_hasMany " ,
31
+ "type" : " hasMany " ,
32
32
"target" : " sample" ,
33
33
"targetKey" : " sequencing_experiment_id" ,
34
34
"targetStorageType" : " sql" ,
Original file line number Diff line number Diff line change 9
9
},
10
10
"associations" : {
11
11
"sample" : {
12
- "type" : " sql_belongsTo " ,
12
+ "type" : " belongsTo " ,
13
13
"target" : " sample" ,
14
14
"targetKey" : " sample_id" ,
15
15
"targetStorageType" : " sql" ,
Original file line number Diff line number Diff line change 7
7
},
8
8
"associations" :{
9
9
"roles" : {
10
- "type" : " sql_belongsToMany " ,
10
+ "type" : " belongsToMany " ,
11
11
"target" : " role" ,
12
12
"targetKey" : " roleId" ,
13
13
"sourceKey" : " userId" ,
You can’t perform that action at this time.
0 commit comments