Skip to content

Commit

Permalink
update schema in test app
Browse files Browse the repository at this point in the history
  • Loading branch information
orangewolf committed Oct 31, 2023
1 parent 175855d commit 632f19d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions spec/test_app/db/schema.rb
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,6 @@
t.integer "total_file_set_entries", default: 0
t.integer "processed_works", default: 0
t.integer "failed_works", default: 0
t.integer "processed_children", default: 0
t.integer "failed_children", default: 0
t.index ["importer_id"], name: "index_bulkrax_importer_runs_on_importer_id"
end

Expand Down

0 comments on commit 632f19d

Please sign in to comment.