diff options
author | Dmitriy Zaporozhets <dzaporozhets@sphereconsultinginc.com> | 2012-10-24 12:39:53 +0300 |
---|---|---|
committer | Dmitriy Zaporozhets <dzaporozhets@sphereconsultinginc.com> | 2012-10-24 12:40:08 +0300 |
commit | 9f7ba5bca06e4c3d1f9880ba8c13ba9408ed2947 (patch) | |
tree | 13584a5ea32dac0b77f6ed62ab6688f226152a4c /db | |
parent | e09bff082eade2ce35e6ef8af3e265b37f6a0483 (diff) | |
download | gitlab-ce-9f7ba5bca06e4c3d1f9880ba8c13ba9408ed2947.tar.gz |
Fix schema.rb
Diffstat (limited to 'db')
-rw-r--r-- | db/schema.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/db/schema.rb b/db/schema.rb index ec4729c0c08..a703781113f 100644 --- a/db/schema.rb +++ b/db/schema.rb @@ -11,7 +11,7 @@ # # It's strongly recommended to check this file into your version control system. -ActiveRecord::Schema.define(:version => 20121002151033) do +ActiveRecord::Schema.define(:version => 20121009205010) do create_table "events", :force => true do |t| t.string "target_type" |