Commit 8bc0a06cd4e389f8004f5c0be8caabef9c75cb38
1 parent
3a22631d
Exists in
master
and in
4 other branches
Add more fields to project service model
Showing
2 changed files
with
9 additions
and
1 deletions
Show diff stats
db/schema.rb
@@ -11,7 +11,7 @@ | @@ -11,7 +11,7 @@ | ||
11 | # | 11 | # |
12 | # It's strongly recommended to check this file into your version control system. | 12 | # It's strongly recommended to check this file into your version control system. |
13 | 13 | ||
14 | -ActiveRecord::Schema.define(:version => 20130506095501) do | 14 | +ActiveRecord::Schema.define(:version => 20130522141856) do |
15 | 15 | ||
16 | create_table "deploy_keys_projects", :force => true do |t| | 16 | create_table "deploy_keys_projects", :force => true do |t| |
17 | t.integer "deploy_key_id", :null => false | 17 | t.integer "deploy_key_id", :null => false |
@@ -194,6 +194,8 @@ ActiveRecord::Schema.define(:version => 20130506095501) do | @@ -194,6 +194,8 @@ ActiveRecord::Schema.define(:version => 20130506095501) do | ||
194 | t.datetime "updated_at", :null => false | 194 | t.datetime "updated_at", :null => false |
195 | t.boolean "active", :default => false, :null => false | 195 | t.boolean "active", :default => false, :null => false |
196 | t.string "project_url" | 196 | t.string "project_url" |
197 | + t.string "subdomain" | ||
198 | + t.string "room" | ||
197 | end | 199 | end |
198 | 200 | ||
199 | add_index "services", ["project_id"], :name => "index_services_on_project_id" | 201 | add_index "services", ["project_id"], :name => "index_services_on_project_id" |