changed signature type
This commit is contained in:
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
|
||||
Reference in New Issue
Block a user