changed contract template boilerplate type
This commit is contained in:
parent
0a56cad831
commit
833251b03b
|
@ -0,0 +1,9 @@
|
|||
class ChangeContractTemplateBoilerplateType < ActiveRecord::Migration
|
||||
def self.up
|
||||
change_column :contract_templates, :boilerplate, :text
|
||||
end
|
||||
|
||||
def self.down
|
||||
change_column :contract_templates, :boilerplate, :string
|
||||
end
|
||||
end
|
Loading…
Reference in New Issue
Block a user