Sha256: 0213c974911a9fe62aacc7b8bb50584864f569bb89865743c17bf1319234c632
Contents?: true
Size: 379 Bytes
Versions: 22
Compression:
Stored size: 379 Bytes
Contents
class AddQaSignoff < ActiveRecord::Migration def change create_table :hubstats_qa_signoffs do |t| t.belongs_to :user t.belongs_to :repo t.belongs_to :pull_request t.string :label_name end add_index :hubstats_qa_signoffs, :user_id add_index :hubstats_qa_signoffs, :repo_id add_index :hubstats_qa_signoffs, :pull_request_id end end
Version data entries
22 entries across 22 versions & 1 rubygems