Sha256: dbc0457b6b630baedc35f0277bc23dcc232f7fa1a0cf693dd56724d77716db73

Contents?: true

Size: 198 Bytes

Versions: 154

Compression:

Stored size: 198 Bytes

Contents

class ExpandHostComment < ActiveRecord::Migration
	
	def self.up
		change_column :hosts, :comments, :text
	end
	
	def self.down
		change_column :hosts, :comments, :string, :limit => 4096
	end
end


Version data entries

154 entries across 154 versions & 1 rubygems

Version Path
metasploit_data_models-1.2.0 db/migrate/20101203000001_expand_host_comment.rb
metasploit_data_models-1.1.0 db/migrate/20101203000001_expand_host_comment.rb
metasploit_data_models-1.0.1 db/migrate/20101203000001_expand_host_comment.rb
metasploit_data_models-1.0.0 db/migrate/20101203000001_expand_host_comment.rb
metasploit_data_models-0.24.3 db/migrate/20101203000001_expand_host_comment.rb
metasploit_data_models-0.24.2 db/migrate/20101203000001_expand_host_comment.rb
metasploit_data_models-0.24.1.pre.rspec.pre.3.pre.1 db/migrate/20101203000001_expand_host_comment.rb
metasploit_data_models-0.24.1 db/migrate/20101203000001_expand_host_comment.rb
metasploit_data_models-1.0.0.pre.rails.pre.4.0b db/migrate/20101203000001_expand_host_comment.rb
metasploit_data_models-1.0.0.pre.rails.pre.4.0a db/migrate/20101203000001_expand_host_comment.rb
metasploit_data_models-0.24.0 db/migrate/20101203000001_expand_host_comment.rb
metasploit_data_models-0.23.3.pre.autoload db/migrate/20101203000001_expand_host_comment.rb
metasploit_data_models-0.23.2 db/migrate/20101203000001_expand_host_comment.rb
metasploit_data_models-0.23.2-java db/migrate/20101203000001_expand_host_comment.rb
metasploit_data_models-0.23.1 db/migrate/20101203000001_expand_host_comment.rb
metasploit_data_models-0.23.1-java db/migrate/20101203000001_expand_host_comment.rb
metasploit_data_models-0.23.0 db/migrate/20101203000001_expand_host_comment.rb
metasploit_data_models-0.23.0-java db/migrate/20101203000001_expand_host_comment.rb
metasploit_data_models-0.22.8 db/migrate/20101203000001_expand_host_comment.rb
metasploit_data_models-0.22.8-java db/migrate/20101203000001_expand_host_comment.rb