Sha256: cce8d50c08c24103793760e73db9caf9e7b3df3ed2fbdfdb9046546c80faa846

Contents?: true

Size: 188 Bytes

Versions: 4

Compression:

Stored size: 188 Bytes

Contents

class OneTimeKey < ActiveRecord::Migration
	def up
		rename_column	:trusted_devices, :description, :reason
	end

	def down
		rename_column	:trusted_devices, :reason, :description
	end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
automate-em-0.0.4 db/migrate/20111017213801_one_time_key.rb
automate-em-0.0.3 db/migrate/20111017213801_one_time_key.rb
automate-em-0.0.2 db/migrate/20111017213801_one_time_key.rb
automate-em-0.0.1 db/migrate/20111017213801_one_time_key.rb