From 2ffa22e38fb09d2aaf21c82118b6df968e98ac8d Mon Sep 17 00:00:00 2001 From: Jim Ladd Date: Tue, 23 Feb 2021 17:24:50 -0800 Subject: [PATCH] Misc doc clean-up --- awx/main/migrations/0124_event_partitions.py | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/awx/main/migrations/0124_event_partitions.py b/awx/main/migrations/0124_event_partitions.py index 89547d7a7f..e628703264 100644 --- a/awx/main/migrations/0124_event_partitions.py +++ b/awx/main/migrations/0124_event_partitions.py @@ -1,5 +1,3 @@ -# Generated by Django 2.2.8 on 2020-02-21 16:31 - from datetime import datetime 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): # see: https://github.com/ansible/awx/issues/9039 # - # the goal of this function is to: - # - [ ] create a parent partition table, main_jobevent_parent - # - [ ] .. with a single partition - # - [ ] .. that includes all existing job events + # the goal of this function is -- for each job event table -- to: + # - create a parent partition table + # - .. with a single partition + # - .. that includes all existing job events # # the new main_jobevent_parent table should have a new # denormalized column, job_created, this is used as a