subunit2sql/subunit2sql/migrations
Matthew Treinish c37eb3d97d
Stop using implict joins
This commit stops the usage of implict joins everywhere throughout
the subunit2sql codebase. When we dropped the use of foreign keys
in the db schema with the big uuid -> int migration fks were left
in the sqlalchemy models because implict joins were in use in the
db api. This commit fixes this so all the joins are explict and the
foreign keys can be removed from the db models.

Change-Id: Ia20961a154758fbfc74aaefe2103fc35c5b6db27
2016-01-02 15:48:34 -05:00
..
versions Stop using implict joins 2016-01-02 15:48:34 -05:00
README Initial commit 2014-06-12 23:59:00 -04:00
__init__.py Add subunit2sql-db-manage utility 2014-09-26 14:13:18 -04:00
alembic.ini Add migration to populate run_time where needed 2014-10-06 22:32:45 +00:00
cli.py Fix verbose option inialization 2015-09-22 20:14:35 -04:00
env.py Fix for sqlite support on migrations 2015-09-16 20:11:38 -03:00
script.py.mako Initial commit 2014-06-12 23:59:00 -04:00

README

Generic single-database configuration.