Sha256: 09eea5dcf478505610a45cce7a442a914dd1baee7c29bf97abfecf5b8d4dfed7
Contents?: true
Size: 822 Bytes
Versions: 69
Compression:
Stored size: 822 Bytes
Contents
# # # AUTO GENERATED MIGRATION # This migration was auto generated by the CanvasSync Gem. # You can add new columns to this table, but removing or # re-naming ones created here may break Canvas Syncing. # class CreateContentMigrations < ActiveRecord::Migration[5.1] def change create_table :content_migrations do |t| t.bigint :canvas_id t.bigint :canvas_context_id t.string :canvas_context_type t.string :workflow_state t.text :migration_settings t.datetime :started_at t.datetime :finished_at t.float :progress t.bigint :canvas_source_course_id t.string :migration_type t.bigint :canvas_child_subscription_id t.bigint :canvas_root_account_id t.timestamps end add_index :content_migrations, :canvas_id, unique: true end end
Version data entries
69 entries across 69 versions & 1 rubygems