Skip to content
Snippets Groups Projects
Commit 8bc0a06c authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

Add more fields to project service model

parent 3a22631d
No related branches found
No related tags found
No related merge requests found
class AddMoreFieldsToService < ActiveRecord::Migration
def change
add_column :services, :subdomain, :string
add_column :services, :room, :string
end
end
Loading
Loading
@@ -11,7 +11,7 @@
#
# It's strongly recommended to check this file into your version control system.
 
ActiveRecord::Schema.define(:version => 20130506095501) do
ActiveRecord::Schema.define(:version => 20130522141856) do
 
create_table "deploy_keys_projects", :force => true do |t|
t.integer "deploy_key_id", :null => false
Loading
Loading
@@ -194,6 +194,8 @@ ActiveRecord::Schema.define(:version => 20130506095501) do
t.datetime "updated_at", :null => false
t.boolean "active", :default => false, :null => false
t.string "project_url"
t.string "subdomain"
t.string "room"
end
 
add_index "services", ["project_id"], :name => "index_services_on_project_id"
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment