DB schema updated
This commit is contained in:
parent
f8ad4d2b42
commit
afa7f3a17a
1 changed files with 10 additions and 1 deletions
11
db/schema.rb
11
db/schema.rb
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue