Sha256: 9d7a61fb26c09e587d5013ba147fd6bbbd1b3c5ad83302bd3fbd84bf5ceffed8
Contents?: true
Size: 228 Bytes
Versions: 10
Compression:
Stored size: 228 Bytes
Contents
Sequel.migration do change do alter_table(:oauth_applications) do add_column :owner_id, Integer, null: true add_column :owner_type, String, null: true add_index [:owner_id, :owner_type] end end end
Version data entries
10 entries across 8 versions & 1 rubygems