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