subunit2sql/subunit2sql
Matthew Treinish d1239b246a
Add back uuid column for runs table
When we converted the runs table to use an auto-incrementing integer as
the primary key column we dropped the uuid. However, in doing this we
would be deleting the only user facing identifier for a run. This
commit corrects the oversight by renaming the old id column as a
non-primary key column that can be used for an user input or output
regarding runs. This also adds a new api method and calls it in
sql2subunit to maintain backwards compatibility after the migration.

Change-Id: Idab32bb3449559285f9d45b6132b1c07c1260e7c
2015-11-20 18:59:07 -05:00
..
analysis Use the test_id column as the test identifier 2015-11-19 13:47:13 -05:00
db Add back uuid column for runs table 2015-11-20 18:59:07 -05:00
migrations Add back uuid column for runs table 2015-11-20 18:59:07 -05:00
targets Example of how to use targets plugins 2015-11-10 23:07:18 -08:00
tests Add back uuid column for runs table 2015-11-20 18:59:07 -05:00
__init__.py Initial commit 2014-06-12 23:59:00 -04:00
exceptions.py Store counts for runs and tests 2014-06-16 11:02:21 -04:00
read_subunit.py Add an extension capability for adding targets 2015-11-10 23:06:54 -08:00
shell.py Add an extension capability for adding targets 2015-11-10 23:06:54 -08:00
write_subunit.py Add back uuid column for runs table 2015-11-20 18:59:07 -05:00