diff --git a/awx/main/migrations/0124_event_partitions.py b/awx/main/migrations/0124_event_partitions.py index 7ff39d0c73..c587c7c83c 100644 --- a/awx/main/migrations/0124_event_partitions.py +++ b/awx/main/migrations/0124_event_partitions.py @@ -66,7 +66,7 @@ def migrate_event_data(apps, schema_editor): # .. and first partition # .. 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 # TODO: https://github.com/ansible/awx/issues/9257