Sha256: d526f6413245749280f390306078f5a6e7946fc5d41b41ad995e0a0af9382090
Contents?: true
Size: 338 Bytes
Versions: 15
Compression:
Stored size: 338 Bytes
Contents
class CreateVersionCommitters < ActiveRecord::Migration[4.2] 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
15 entries across 15 versions & 1 rubygems