mirror of
https://github.com/ansible/awx.git
synced 2026-03-28 22:35:08 -02:30
rename scheduler config singleton
This commit is contained in:
@@ -12,7 +12,7 @@ class Migration(migrations.Migration):
|
||||
|
||||
operations = [
|
||||
migrations.CreateModel(
|
||||
name='TowerState',
|
||||
name='TowerScheduleState',
|
||||
fields=[
|
||||
('id', models.AutoField(verbose_name='ID', serialize=False, auto_created=True, primary_key=True)),
|
||||
('schedule_last_run', models.DateTimeField(auto_now_add=True)),
|
||||
|
||||
Reference in New Issue
Block a user