Remove file_id from structured_errors
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
class RemoveFileIdFromStructuredErrors < ActiveRecord::Migration
|
||||
def change
|
||||
remove_column :structured_errors, :file_id
|
||||
end
|
||||
end
|
Reference in New Issue
Block a user