Sha256: d4c9a1f2755e43f2d6e62148ab6b33d9ff31d6d9e0efa36524163d062c901c70
Contents?: true
Size: 338 Bytes
Versions: 20
Compression:
Stored size: 338 Bytes
Contents
class CreateVersionCommitters < ActiveRecord::Migration[5.1] def self.up create_table :version_committers do |t| t.string :obj_id t.string :datastream_id t.string :version_id t.string :committer_login t.timestamps null: false end end def self.down drop_table :version_committers end end
Version data entries
20 entries across 20 versions & 1 rubygems