• Douglas Barbosa Alexandre's avatar
    Fix rake task to seed Geo tracking database · 7b556213
    Douglas Barbosa Alexandre authored
    It was broken because abort_if_pending_migrations
    would loop through the configs for all databases
    and check for pending migrations.
    
    So db:abort_if_pending_migrations was looking for
    a database that does not exist in the Geo PostgreSQL
    instance.
    
    Changelog: fixed
    EE: true
    7b556213
geo.rake 10.3 KB