Sha256: 7335b8f9e02c13f273cecb95d680518f92355c62e6c172ad820897e44ddac89d
Contents?: true
Size: 273 Bytes
Versions: 27
Compression:
Stored size: 273 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 27 versions & 1 rubygems