Skip to content

Commit

Permalink
updates seeds
Browse files Browse the repository at this point in the history
  • Loading branch information
aprilrieger committed Oct 2, 2023
1 parent bae68b6 commit 63e28a6
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions db/seeds.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,4 @@
u = User.find_or_create_by(email: ENV['ADMIN_EMAIL'] || '[email protected]')
u.password = ENV['ADMIN_PASSWORD'] || 'password'
u.save

# Import the work with the video
OralHistoryItem.import_single("21198-zz002jxz7z")

# Import additional works with audio
OralHistoryItem.import_single("21198-zz002bfs89")
end

0 comments on commit 63e28a6

Please sign in to comment.