mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-21 02:26:12 +10:00
Fix db/schema.rb after merge
First I did `rake dev:setup` at 405a5acbb5f8; then `rake db:migrate` at
e93523ed31.
This commit is contained in:
@@ -303,25 +303,14 @@ ActiveRecord::Schema.define(version: 20140907220153) do
|
||||
create_table "services", force: true do |t|
|
||||
t.string "type"
|
||||
t.string "title"
|
||||
# This is a mess, will fix in a commit after the merge commit -- JV
|
||||
t.string "token"
|
||||
t.integer "project_id", null: false
|
||||
t.datetime "created_at"
|
||||
t.datetime "updated_at"
|
||||
t.boolean "active", default: false, null: false
|
||||
t.string "project_url"
|
||||
t.string "subdomain"
|
||||
t.string "room"
|
||||
t.text "recipients"
|
||||
t.string "api_key"
|
||||
t.string "username"
|
||||
t.string "password"
|
||||
t.string "api_version"
|
||||
t.string "jira_issue_transition_id", default: "2"
|
||||
t.integer "project_id", null: false
|
||||
t.datetime "created_at"
|
||||
t.datetime "updated_at"
|
||||
t.boolean "active", default: false, null: false
|
||||
t.text "properties"
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user