mirror of
https://github.com/ansible/awx.git
synced 2026-02-26 15:36:04 -03:30
Misc doc clean-up
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user