Initial commit
This commit is contained in:
5
db/migrate/20200228154850_change_fee_cents_to_bigint.rb
Normal file
5
db/migrate/20200228154850_change_fee_cents_to_bigint.rb
Normal file
@@ -0,0 +1,5 @@
|
||||
class ChangeFeeCentsToBigint < ActiveRecord::Migration[6.0]
|
||||
def change
|
||||
change_column :contract_templates, :fee_cents, :integer, limit: 8
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user