Added indexes and alembic support
ClosedPublic

Authored by jskladan on Jun 17 2015, 12:59 PM.

Details

Summary

Added indexes to the relevant columns, and Alembic support to be able to track the db changes.

Test Plan

None

Diff Detail

Repository
rEXECDB execdb
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
jskladan retitled this revision from to Added indexes and alembic support.Jun 17 2015, 12:59 PM
jskladan updated this object.
jskladan edited the test plan for this revision. (Show Details)
jskladan added reviewers: tflink, mkrizek.
tflink requested changes to this revision.Jun 25 2015, 4:18 PM

a few nits but overall, looks good

alembic/env.py
23

a bit nitpicky but this can be removed :)

28

This block seems a bit copy-pasta to me. Do we really need it?

execdb.spec
63

I suspect that's supposed to be "Jun" and not Jub

This revision now requires changes to proceed.Jun 25 2015, 4:18 PM
jskladan updated this revision to Diff 1081.Jul 1 2015, 11:19 AM
  • Fixed according to review
tflink accepted this revision.Jul 2 2015, 6:10 AM
This revision is now accepted and ready to land.Jul 2 2015, 6:10 AM
Closed by commit rEXECDB98647d241358: Added indexes and alembic support (authored by Josef Skladanka <jskladan@redhat.com>). · Explain WhyJul 2 2015, 11:57 AM
This revision was automatically updated to reflect the committed changes.