mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-21 18:46:10 +10:00
db migrate file
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
class AddDescriptionToIssues < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :issues, :description, :text
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user