[OSSTEST PATCH 6/7] mg-schema-test-database: Fix following host_lifecycle

Ian Jackson posted 7 patches 4 years, 9 months ago
[OSSTEST PATCH 6/7] mg-schema-test-database: Fix following host_lifecycle
Posted by Ian Jackson 4 years, 9 months ago
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