Skip to content

Commit

Permalink
migration version fix
Browse files Browse the repository at this point in the history
  • Loading branch information
orangewolf committed Dec 3, 2024
1 parent 0e1aefa commit a94e796
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db/migrate/20241203010707_entry_error_denormalization.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
class EntryErrorDenormalization < ActiveRecord::Migration[6.1]
class EntryErrorDenormalization < ActiveRecord::Migration[5.1]
def change
add_column :bulkrax_entries, :error_class, :string unless column_exists?(:bulkrax_entries, :error_class)
add_column :bulkrax_importers, :error_class, :string unless column_exists?(:bulkrax_importers, :error_class)
Expand Down

0 comments on commit a94e796

Please sign in to comment.