From 14ec02da79e183cbc38e80aaa58939198d38bddf Mon Sep 17 00:00:00 2001 From: carlad Date: Thu, 4 Feb 2016 21:17:12 +0100 Subject: [PATCH] remove schema --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index 9a143017..c4af9f66 100644 --- a/Rakefile +++ b/Rakefile @@ -3,7 +3,7 @@ require 'travis' require 'travis/engine' begin - ENV['SCHEMA'] = File.expand_path('../db/schema.rb', $:.detect { |p| p.include?('travis-core') }) + # ENV['SCHEMA'] = File.expand_path('../db/schema.rb', $:.detect { |p| p.include?('travis-core') }) require 'micro_migrations' rescue LoadError # we can't load micro migrations on production