Fixed db/schema.rb

This commit is contained in:
Dmitriy Zaporozhets 2013-06-30 11:20:57 +03:00
parent 2b4bebd9f2
commit c7da44d6d1
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@
#
# It's strongly recommended to check this file into your version control system.
ActiveRecord::Schema.define(:version => 20130326142630) do
ActiveRecord::Schema.define(:version => 20130614132337) do
create_table "deploy_keys_projects", :force => true do |t|
t.integer "deploy_key_id", :null => false