mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-18 08:45:56 +02:00
updates & fixes
This commit is contained in:
parent
59cb3cc0de
commit
d9796a15af
3 changed files with 26 additions and 3 deletions
|
@ -28,8 +28,12 @@ logger = logging.getLogger(__name__)
|
|||
|
||||
|
||||
class Command(BaseCommand):
|
||||
help = """ """
|
||||
help = """ """ # TODO: update this!
|
||||
|
||||
|
||||
# ======================================================
|
||||
# ================== ARGUMENTS ===================
|
||||
# ======================================================
|
||||
def add_arguments(self, parser):
|
||||
"""
|
||||
OPTIONAL ARGUMENTS:
|
||||
|
@ -134,6 +138,11 @@ class Command(BaseCommand):
|
|||
action=argparse.BooleanOptionalAction,
|
||||
)
|
||||
|
||||
|
||||
# ======================================================
|
||||
# =============== DATA ANALYSIS ==================
|
||||
# ======================================================
|
||||
|
||||
def compare_tables(self, debug_on: bool):
|
||||
"""Does a diff between the transition_domain and the following tables:
|
||||
domain, domain_information and the domain_invitation.
|
||||
|
@ -252,6 +261,10 @@ class Command(BaseCommand):
|
|||
"""
|
||||
)
|
||||
|
||||
|
||||
# ======================================================
|
||||
# ================= MIGRATIONS ===================
|
||||
# ======================================================
|
||||
def run_load_transition_domain_script(
|
||||
self,
|
||||
file_location: str,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue