d0a3e63 Move the alembic conf and migrations inside the package

Authored and Committed by abompard 7 years ago
    Move the alembic conf and migrations inside the package
    
    They must be distributed with the package to allow admins to upgrade
    their databases.
    
        
file modified
+3 -0
hubs/alembic.ini alembic.ini
file renamed
+2 -2
hubs/migrations/README.rst alembic/README.rst
file renamed
+3 -1
hubs/migrations/env.py alembic/env.py
file renamed
file was renamed with no change to the file
hubs/migrations/script.py.mako alembic/script.py.mako
file renamed
empty file added