Sha256: 30c9dfb64f743aae48b6036e852fe777f771858910c3121a269e26df78657597
Contents?: true
Size: 657 Bytes
Versions: 69
Compression:
Stored size: 657 Bytes
Contents
# <%= autogenerated_migration_warning %> 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