Sha256: 8c43c11d7caa90c4f5d642d732c2e59f0629f615ac2edb1ba1e4f5aa987554c9
Contents?: true
Size: 185 Bytes
Versions: 70
Compression:
Stored size: 185 Bytes
Contents
class AddAccountIdToPhotos < ActiveRecord::Migration def self.up add_column :photos, :account_id, :integer end def self.down remove_column :photos, :account_id end end
Version data entries
70 entries across 70 versions & 22 rubygems