Sha256: f5a0889025e07c47e32b71e4c98c00072b4e9816613db7f72babe9ed045b47f0

Contents?: true

Size: 181 Bytes

Versions: 10

Compression:

Stored size: 181 Bytes

Contents

class AddAttachmentPstimageToPhcpressBlogPosts < ActiveRecord::Migration

	# Add Column for Image Upload
	def change
		add_column :phcpress_blog_posts, :pstimage, :string
	end

end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
phcpress-2.5.2 db/migrate/20160223231247_add_attachment_pstimage_to_phcpress_blog_posts.rb
phcpress-2.5.0 db/migrate/20160223231247_add_attachment_pstimage_to_phcpress_blog_posts.rb
phcpress-2.0.2 db/migrate/20160223231247_add_attachment_pstimage_to_phcpress_blog_posts.rb
phcpress-2.0.0 db/migrate/20160223231247_add_attachment_pstimage_to_phcpress_blog_posts.rb
phcpress-1.0.0 db/migrate/20160223231247_add_attachment_pstimage_to_phcpress_blog_posts.rb
phcpress-0.11.1 db/migrate/20160223231247_add_attachment_pstimage_to_phcpress_blog_posts.rb
phcpress-0.11.0 db/migrate/20160223231247_add_attachment_pstimage_to_phcpress_blog_posts.rb
phcpress-0.10.8 db/migrate/20160223231247_add_attachment_pstimage_to_phcpress_blog_posts.rb
phcpress-0.9.7 db/migrate/20160223231247_add_attachment_pstimage_to_phcpress_blog_posts.rb
phcpress-0.9.6 db/migrate/20160223231247_add_attachment_pstimage_to_phcpress_blog_posts.rb