Skip to content

Commit

Permalink
Added missing migration
Browse files Browse the repository at this point in the history
  • Loading branch information
prioux committed Feb 14, 2025
1 parent 1b87603 commit 7fcb9d4
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
class DeleteInstanceNameFromExceptionLog < ActiveRecord::Migration[5.0]
def change
remove_column :exception_logs, :instance_name, :string
end
end

0 comments on commit 7fcb9d4

Please sign in to comment.