Merge branch 'deploy_keys'
Conflicts: app/views/layouts/project.html.haml db/schema.rb
This commit is contained in:
commit
cbd78922ee
19 changed files with 234 additions and 8 deletions
6
db/migrate/20111231111825_add_project_id_to_key.rb
Normal file
6
db/migrate/20111231111825_add_project_id_to_key.rb
Normal file
|
@ -0,0 +1,6 @@
|
|||
class AddProjectIdToKey < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :keys, :project_id, :integer, :null => true
|
||||
change_column :keys, :user_id, :integer, :null => true
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue