Misc doc clean-up

This commit is contained in:
Jim Ladd
2021-02-23 17:24:50 -08:00
parent 8fb313638c
commit 2ffa22e38f

View File

@@ -1,5 +1,3 @@
# Generated by Django 2.2.8 on 2020-02-21 16:31
from datetime import datetime from datetime import datetime
from django.db import migrations, models, connection from django.db import migrations, models, connection
@@ -11,10 +9,10 @@ from awx.main.utils.common import create_partition
def migrate_event_data(apps, schema_editor): def migrate_event_data(apps, schema_editor):
# see: https://github.com/ansible/awx/issues/9039 # see: https://github.com/ansible/awx/issues/9039
# #
# the goal of this function is to: # the goal of this function is -- for each job event table -- to:
# - [ ] create a parent partition table, main_jobevent_parent # - create a parent partition table
# - [ ] .. with a single partition # - .. with a single partition
# - [ ] .. that includes all existing job events # - .. that includes all existing job events
# #
# the new main_jobevent_parent table should have a new # the new main_jobevent_parent table should have a new
# denormalized column, job_created, this is used as a # denormalized column, job_created, this is used as a