|
101 | 101 | t.integer "total_file_set_entries", default: 0
|
102 | 102 | t.integer "processed_works", default: 0
|
103 | 103 | t.integer "failed_works", default: 0
|
104 |
| - t.integer "processed_children", default: 0 |
105 |
| - t.integer "failed_children", default: 0 |
106 | 104 | t.index ["importer_id"], name: "index_bulkrax_importer_runs_on_importer_id"
|
107 | 105 | end
|
108 | 106 |
|
|
646 | 644 | t.index ["work_id"], name: "index_work_view_stats_on_work_id"
|
647 | 645 | end
|
648 | 646 |
|
| 647 | + add_foreign_key "bulkrax_exporter_runs", "bulkrax_exporters", column: "exporter_id" |
| 648 | + add_foreign_key "bulkrax_importer_runs", "bulkrax_importers", column: "importer_id" |
| 649 | + add_foreign_key "bulkrax_pending_relationships", "bulkrax_importer_runs", column: "importer_run_id" |
| 650 | + add_foreign_key "collection_type_participants", "hyrax_collection_types" |
| 651 | + add_foreign_key "curation_concerns_operations", "users" |
| 652 | + add_foreign_key "mailboxer_conversation_opt_outs", "mailboxer_conversations", column: "conversation_id" |
| 653 | + add_foreign_key "mailboxer_notifications", "mailboxer_conversations", column: "conversation_id" |
| 654 | + add_foreign_key "mailboxer_receipts", "mailboxer_notifications", column: "notification_id" |
| 655 | + add_foreign_key "permission_template_accesses", "permission_templates" |
| 656 | + add_foreign_key "uploaded_files", "users" |
649 | 657 | end
|
0 commit comments