Sha256: ec674e80a1dc77d1d89f053e5d706984e7b420a6bc33f057857e3286ff9c4721
Contents?: true
Size: 321 Bytes
Versions: 124
Compression:
Stored size: 321 Bytes
Contents
class CreateVersionCommitters < ActiveRecord::Migration 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 end end def self.down drop_table :version_committers end end
Version data entries
124 entries across 117 versions & 5 rubygems