Browse Source
* rename mscharge known * Update field name across the codebase * Rename files * Set has_mscharge to no if mscharge is 0 * update question wordingpull/1536/head
kosiakkatrina
2 years ago
committed by
GitHub
11 changed files with 59 additions and 19 deletions
@ -0,0 +1,5 @@
|
||||
class RenameMschargeKnown < ActiveRecord::Migration[7.0] |
||||
def change |
||||
rename_column :sales_logs, :mscharge_known, :has_mscharge |
||||
end |
||||
end |
Loading…
Reference in new issue