From 9f7ba5bca06e4c3d1f9880ba8c13ba9408ed2947 Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Wed, 24 Oct 2012 12:39:53 +0300 Subject: Fix schema.rb --- db/schema.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'db') 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" -- cgit v1.2.1