Sha256: fee96d84be69dd8e26dab1ee6bb2653117e468834323abe49a7b57b0e2e3d450
Contents?: true
Size: 274 Bytes
Versions: 57
Compression:
Stored size: 274 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
57 entries across 49 versions & 5 rubygems