Skip to content

Commit f024e8a

Browse files
Martin HinzMartin Hinz
authored andcommitted
added calibration to c14s list in data
1 parent f60d0c3 commit f024e8a

File tree

2 files changed

+1
-12
lines changed

2 files changed

+1
-12
lines changed

app/views/data/_table.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<td><%= na_value %></td>
2828
<% end %>
2929
<td><%= x.bp %>±<%= x.std %></td>
30-
<td><%= x.cal_bp %>±<%= x.cal_std %></td>
30+
<td><%= x.calibration.taq %>-<%= x.calibration.tpq %></td>
3131
</tr>
3232
<% end %>
3333
</tbody>

db/schema.rb

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -340,17 +340,6 @@
340340
t.index ["whodunnit"], name: "index_versions_on_whodunnit"
341341
end
342342

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-
354343
add_foreign_key "active_storage_attachments", "active_storage_blobs", column: "blob_id"
355344
add_foreign_key "active_storage_variant_records", "active_storage_blobs", column: "blob_id"
356345
add_foreign_key "import_tables", "users"

0 commit comments

Comments
 (0)