Browse Source
* refused derived variable * add helper methods * update schema * fix failing specpull/418/head
Dushan
3 years ago
committed by
GitHub
5 changed files with 51 additions and 0 deletions
@ -0,0 +1,7 @@
|
||||
class AddRefusedField < ActiveRecord::Migration[7.0] |
||||
def change |
||||
change_table :case_logs, bulk: true do |t| |
||||
t.column :refused, :integer |
||||
end |
||||
end |
||||
end |
Loading…
Reference in new issue