remove schema
This commit is contained in:
parent
e2e222ab7c
commit
14ec02da79
2
Rakefile
2
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
|
||||
|
|
Loading…
Reference in New Issue
Block a user