Initial commit
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
class MakeContractTemplatesFeesValid < ActiveRecord::DataMigration
|
||||
def up
|
||||
ContractTemplate.where("fee_cents < 0 or fee_cents > 9999999999").update_all("fee_cents = 0")
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user