mirror of
https://github.com/ansible/awx.git
synced 2026-02-27 15:58:45 -03:30
create_partition needs tblname
This commit is contained in:
@@ -66,7 +66,7 @@ def migrate_event_data(apps, schema_editor):
|
|||||||
|
|
||||||
# .. and first partition
|
# .. and first partition
|
||||||
# .. which is a special case, as it only covers remainder of current hour
|
# .. which is a special case, as it only covers remainder of current hour
|
||||||
create_partition(current_time)
|
create_partition(tblname, current_time)
|
||||||
|
|
||||||
# copy over all job events into partitioned table
|
# copy over all job events into partitioned table
|
||||||
# TODO: https://github.com/ansible/awx/issues/9257
|
# TODO: https://github.com/ansible/awx/issues/9257
|
||||||
|
|||||||
Reference in New Issue
Block a user