Signed-off-by: Cleber Rosa <[email protected]>
---
 installation_support/autotest-database-turnkey | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/installation_support/autotest-database-turnkey 
b/installation_support/autotest-database-turnkey
index a30b1ff..9a62156 100755
--- a/installation_support/autotest-database-turnkey
+++ b/installation_support/autotest-database-turnkey
@@ -181,6 +181,8 @@ class App(object):
             argv = ['manage.py', 'syncdb', '-v0', '--noinput']
             django.core.management.execute_from_command_line(argv)
             django.core.management.execute_from_command_line(argv)
+            argv = ['manage.py', 'migrate', '-v0', '--noinput']
+            django.core.management.execute_from_command_line(argv)
             return 0
 
         else:
-- 
1.7.11.7

_______________________________________________
Autotest-kernel mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/autotest-kernel

Reply via email to