Sha256: ad10a7633e6be9a380bc936835c2874b0750867bd2ff0767e454c09a251efd58
Contents?: true
Size: 277 Bytes
Versions: 6
Compression:
Stored size: 277 Bytes
Contents
class AddDefaultPositionToAttachment < ActiveRecord::Migration def self.up change_column :shop_product_attachments, :position, :integer, :default => 1, :allow_null => false end def self.down change_column :shop_product_attachments, :position, :integer end end
Version data entries
6 entries across 6 versions & 1 rubygems