File tree Expand file tree Collapse file tree 2 files changed +1
-12
lines changed Expand file tree Collapse file tree 2 files changed +1
-12
lines changed Original file line number Diff line number Diff line change 27
27
< td > <%= na_value %> </ td >
28
28
<% end %>
29
29
< td > <%= x . bp %> ±<%= x . std %> </ td >
30
- < td > <%= x . cal_bp %> ± <%= x . cal_std %> </ td >
30
+ < td > <%= x . calibration . taq %> - <%= x . calibration . tpq %> </ td >
31
31
</ tr >
32
32
<% end %>
33
33
</ tbody >
Original file line number Diff line number Diff line change 340
340
t . index [ "whodunnit" ] , name : "index_versions_on_whodunnit"
341
341
end
342
342
343
- create_table "wikidata_links" , force : :cascade do |t |
344
- t . integer "qid"
345
- t . string "wikidata_linkable_type"
346
- t . bigint "wikidata_linkable_id"
347
- t . datetime "created_at" , null : false
348
- t . datetime "updated_at" , null : false
349
- t . index [ "qid" ] , name : "index_wikidata_links_on_qid"
350
- t . index [ "wikidata_linkable_type" , "wikidata_linkable_id" ] , name : "index_wikidata_links_on_linkable_type_and_linkable_id"
351
- t . index [ "wikidata_linkable_type" , "wikidata_linkable_id" ] , name : "index_wikidata_links_on_wikidata_linkable"
352
- end
353
-
354
343
add_foreign_key "active_storage_attachments" , "active_storage_blobs" , column : "blob_id"
355
344
add_foreign_key "active_storage_variant_records" , "active_storage_blobs" , column : "blob_id"
356
345
add_foreign_key "import_tables" , "users"
You can’t perform that action at this time.
0 commit comments