mirror of
https://github.com/netbox-community/netbox.git
synced 2024-05-10 07:54:54 +00:00
Update migration file for dummy plugin
This commit is contained in:
@ -12,7 +12,7 @@ class Migration(migrations.Migration):
|
|||||||
migrations.CreateModel(
|
migrations.CreateModel(
|
||||||
name='DummyModel',
|
name='DummyModel',
|
||||||
fields=[
|
fields=[
|
||||||
('id', models.AutoField(auto_created=True, primary_key=True, serialize=False)),
|
('id', models.BigAutoField(auto_created=True, primary_key=True, serialize=False)),
|
||||||
('name', models.CharField(max_length=20)),
|
('name', models.CharField(max_length=20)),
|
||||||
('number', models.IntegerField(default=100)),
|
('number', models.IntegerField(default=100)),
|
||||||
],
|
],
|
||||||
|
Reference in New Issue
Block a user