changed contract boilerplate type
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
class ChangeContractBoilerplateType < ActiveRecord::Migration
|
||||
def self.up
|
||||
change_column :contracts, :boilerplate, :text
|
||||
end
|
||||
|
||||
def self.down
|
||||
change_column :contracts, :boilerplate, :string
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user