From e20d27313957ecd05e3c499c9bdbf8fd6532e662 Mon Sep 17 00:00:00 2001 From: cktricky Date: Mon, 4 Aug 2014 13:30:26 -0400 Subject: [PATCH] making sure chnages to one branch does not affect another --- db/schema.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db/schema.rb b/db/schema.rb index a51d0db..705f2a3 100755 --- 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 => 20140408185601) do +ActiveRecord::Schema.define(:version => 20140804171756) do create_table "analytics", :force => true do |t| t.string "ip_address"