changed signature type
This commit is contained in:
parent
ae764cd8e5
commit
7e1de15721
9
db/migrate/20111104075030_change_signature_type.rb
Normal file
9
db/migrate/20111104075030_change_signature_type.rb
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
class ChangeSignatureType < ActiveRecord::Migration
|
||||||
|
def self.up
|
||||||
|
change_column :contracts, :signature, :text
|
||||||
|
end
|
||||||
|
|
||||||
|
def self.down
|
||||||
|
change_column :contracts, :signature, :binary
|
||||||
|
end
|
||||||
|
end
|
Loading…
Reference in New Issue
Block a user