Sha256: b9b835673ba70a2db9a72b8a7b08e23b07ea3e6022cfa1efe592d6770c9c83ca
Contents?: true
Size: 279 Bytes
Versions: 27
Compression:
Stored size: 279 Bytes
Contents
class AddOwnerToApplication < ActiveRecord::Migration def change add_column :oauth_applications, :owner_id, :integer, :null => true add_column :oauth_applications, :owner_type, :string, :null => true add_index :oauth_applications, [:owner_id, :owner_type] end end
Version data entries
27 entries across 20 versions & 1 rubygems