Skip to content
Snippets Groups Projects

Added metadata to Issue

Closed gitlab-qa-bot requested to merge github/fork/rightshift/master into master
1 file
+ 5
0
Compare changes
  • Side-by-side
  • Inline
 
class AddMetadataToIssues < ActiveRecord::Migration
 
def change
 
add_column :issues, :metadata, :string
 
end
 
end
Loading