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'