This data doesn't really survive, since the tasks are all mangled.
Rather than trying to transpose it, just don't transfer it for now.
Signed-off-by: Ian Jackson <iwj@xenproject.org>
---
mg-schema-test-database | 1 +
1 file changed, 1 insertion(+)
diff --git a/mg-schema-test-database b/mg-schema-test-database
index eab0746e..df83b65a 100755
--- a/mg-schema-test-database
+++ b/mg-schema-test-database
@@ -482,6 +482,7 @@ END
for table in $tables; do
case $table in
schema_updates) continue ;;
+ host_lifecycle) continue ;;
esac
case " $ftables " in
*" $table "*)
--
2.20.1