Sha256: 71b63e35e1e93af3c909233d8cd87acde33ba64f454f10b65300ab74cacb06c4
Contents?: true
Size: 196 Bytes
Versions: 234
Compression:
Stored size: 196 Bytes
Contents
class AddDoorkeeperApplicationToUsers < ActiveRecord::Migration[6.1] def change add_reference :users, :platform_agent_of, null: true, foreign_key: {to_table: "oauth_applications"} end end
Version data entries
234 entries across 234 versions & 1 rubygems