k01ek / netbox-devicetype-importer

Easy import DeviceTypes from github repo
Apache License 2.0
69 stars 11 forks source link

Missing migrations #9

Closed abhi1693 closed 2 years ago

abhi1693 commented 2 years ago

I just installed the latest version and ran python manage.py migrate and I'm getting warning for missing migrations

  Your models in app(s): 'netbox_devicetype_importer' have changes that are not yet reflected in a migration, and so won't be applied.
  Run 'manage.py makemigrations' to make new migrations, and then re-run 'manage.py migrate' to apply them.
k01ek commented 2 years ago

Hi @abhi1693 ! What version of netbox are you using?

abhi1693 commented 2 years ago

When I posted the error, I was using v3.2.0 and currently, I'm using v3.2.2-dev and still have the same warning