mirror of
https://github.com/ansible/awx.git
synced 2026-01-12 18:40:01 -03:30
create_partition needs tblname
This commit is contained in:
parent
ec484f81cf
commit
a5cfc3036f
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user