Sha256: c11e0c1fe3c1315d476d70568a42eddd46bfdd5700d0bf06523288e4a015f911
Contents?: true
Size: 379 Bytes
Versions: 27
Compression:
Stored size: 379 Bytes
Contents
class CreateCoalescingPandaLtiAccounts < CoalescingPanda::MiscHelper::MigrationClass def change create_table :coalescing_panda_lti_accounts do |t| t.string :name t.string :key t.string :secret t.string :oauth2_client_id t.string :oauth2_client_key t.string :canvas_account_id t.text :settings t.timestamps end end end
Version data entries
27 entries across 27 versions & 1 rubygems