DB schema updated

This commit is contained in:
miks 2011-12-29 22:00:50 +02:00
parent f8ad4d2b42
commit afa7f3a17a

View file

@ -11,7 +11,16 @@
#
# It's strongly recommended to check this file into your version control system.
ActiveRecord::Schema.define(:version => 20111220190817) do
ActiveRecord::Schema.define(:version => 20111225202855) do
create_table "deploy_keys", :force => true do |t|
t.integer "project_id", :null => false
t.datetime "created_at"
t.datetime "updated_at"
t.text "key"
t.string "title"
t.string "identifier"
end
create_table "issues", :force => true do |t|
t.string "title"