Browse Source
* Count inferred check answers answer as an answered answer :) and remove la unknown reason field * rename the method and add a test for gdpr completed section * remove commented codepull/274/head
kosiakkatrina
3 years ago
committed by
GitHub
12 changed files with 82 additions and 35 deletions
@ -0,0 +1,9 @@ |
|||||||
|
class RemoveWhyDontYouKnowLa < ActiveRecord::Migration[7.0] |
||||||
|
def up |
||||||
|
remove_column :case_logs, :why_dont_you_know_la |
||||||
|
end |
||||||
|
|
||||||
|
def down |
||||||
|
add_column :case_logs, :why_dont_you_know_la, :string |
||||||
|
end |
||||||
|
end |
Loading…
Reference in new issue