forked from CGM_Public/pretix_original
Partially revert migration command monkeypatching
This commit is contained in:
@@ -36,9 +36,6 @@ import sys
|
||||
|
||||
from django.core.management.base import OutputWrapper
|
||||
from django.core.management.commands.migrate import Command as Parent
|
||||
from ._migrations import monkeypatch_migrations
|
||||
|
||||
monkeypatch_migrations()
|
||||
|
||||
|
||||
class OutputFilter(OutputWrapper):
|
||||
|
||||
Reference in New Issue
Block a user