Remove file_id from structured_errors

This commit is contained in:
Maximilian Grundke
2018-05-15 13:03:36 +02:00
parent 5a2394f1b9
commit 7a6e73db20
2 changed files with 6 additions and 2 deletions

View File

@@ -0,0 +1,5 @@
class RemoveFileIdFromStructuredErrors < ActiveRecord::Migration
def change
remove_column :structured_errors, :file_id
end
end