mirror of
https://github.com/ansible/awx.git
synced 2026-01-12 18:40:01 -03:30
Misc doc clean-up
This commit is contained in:
parent
8fb313638c
commit
2ffa22e38f
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user