diff --git a/library/web_infrastructure/django_manage b/library/web_infrastructure/django_manage index 83869816552..ec28845d92d 100644 --- a/library/web_infrastructure/django_manage +++ b/library/web_infrastructure/django_manage @@ -164,7 +164,7 @@ def main(): syncdb=('database', ), test=('failfast', 'testrunner', 'liveserver', 'apps', ), validate=(), - migrate=('apps', 'skip', 'database', 'merge'), + migrate=('apps', 'skip', 'merge'), collectstatic=('link', ), )