Initial commit
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
# encoding: UTF-8
|
||||
# frozen_string_literal: true
|
||||
|
||||
class RemoveFundUidExtraFromDeposit < ActiveRecord::Migration[4.2]
|
||||
def change
|
||||
remove_column :deposits, :fund_uid
|
||||
remove_column :deposits, :fund_extra
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user