Remove unused answer_id field in poll_voters table
This field isn't used since commit51be80eed, right after being added in commit5806d86e3.
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
class RemoveAnswerIdFromPollVoters < ActiveRecord::Migration[7.0]
|
||||
def change
|
||||
remove_column :poll_voters, :answer_id, :integer
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user