You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add guard to uploaded_files migration
This commit will check if uploaded_files is a table before adding the
file_name column to it. In a Hydra application, it is not so this was
crashing.
* Update db/migrate/20240806161142_add_file_name_to_uploaded_files.rb
Co-authored-by: Rob Kaufman <rob@notch8.com>
---------
Co-authored-by: Rob Kaufman <rob@notch8.com>
0 commit comments