Skip to content

Commit

Permalink
NB-6 fixed netbox_env fk reference
Browse files Browse the repository at this point in the history
  • Loading branch information
abhi1693 committed May 15, 2024
1 parent ba9ae47 commit 4afbcf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion netbox_paas/migrations/0001_initial.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ class Migration(migrations.Migration):
('last_updated', models.DateTimeField(auto_now=True, null=True)),
('crontab', models.CharField(default='@daily', max_length=255)),
('keep_backups', models.PositiveIntegerField(default=1)),
('netbox_env', models.ForeignKey(on_delete=django.db.models.deletion.CASCADE, related_name='db_backups', to='netbox_cloud_pilot.netboxconfiguration')),
('netbox_env', models.ForeignKey(on_delete=django.db.models.deletion.CASCADE, related_name='db_backups', to='netbox_paas.netboxconfiguration')),
],
options={
'verbose_name': 'NetBox DB Backup',
Expand Down

0 comments on commit 4afbcf7

Please sign in to comment.