From 1830021f764e6f81516a69978584a11245186a6c Mon Sep 17 00:00:00 2001 From: Piotr Sarnacki Date: Wed, 4 Dec 2013 13:25:48 +0100 Subject: [PATCH] Add path for structrure.sql --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index 29502405..3fe4f809 100644 --- a/Rakefile +++ b/Rakefile @@ -1,5 +1,5 @@ require 'bundler/setup' -ENV['SCHEMA'] = "#{Gem.loaded_specs['travis-core'].full_gem_path}/db/schema.rb" +ENV['DB_STRUCTURE'] = "#{Gem.loaded_specs['travis-core'].full_gem_path}/db/structure.sql" begin require 'micro_migrations'