Commit afa7f3a1 authored by miks's avatar miks

DB schema updated

parent f8ad4d2b
......@@ -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"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment