This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lnt.
from 1559e47 Rework run merge strategies new 00bed29 migrations.util: Fix quoting for renaming tables new da7bf36 Fix warning: ignoring item 'util.py' new 5f4c6cb Add migration that drops old FieldChange table new 1df2119 Simplify migration code new c7bc54e Disable autoincrement for StatusKind.id new 68030dc Do not create a MachineID, ParametersData index new 80ff6c5 Simplify path_has_no_database_type
The 7 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: lnt/lnttool/create.py | 3 ++- lnt/server/db/migrate.py | 33 +++++------------------ lnt/server/db/migrations/upgrade_0_to_1.py | 8 +----- lnt/server/db/migrations/upgrade_13_to_14.py | 3 +-- lnt/server/db/migrations/upgrade_14_to_15.py | 16 +++++++++++ lnt/server/db/migrations/util.py | 40 +++++++++++++++------------- lnt/server/db/testsuite.py | 2 +- lnt/server/db/testsuitedb.py | 7 ----- lnt/server/db/util.py | 4 +-- 9 files changed, 50 insertions(+), 66 deletions(-) create mode 100644 lnt/server/db/migrations/upgrade_14_to_15.py