4e3ce93 Make alembic use the DB url specified in the configuration file of pagure

Authored and Committed by pingou 7 years ago
    Make alembic use the DB url specified in the configuration file of pagure
    
    This avoids providing the URL twice, once for pagure, once for alembic
    but we remain backward compatible here by still allowing that URL to be
    present in the alembic.ini file (which then takes precedence).
    
        
file modified
+40 -20