Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migration missing for cable termination limit choices #3231

Closed
DanSheps opened this issue May 31, 2019 · 3 comments
Closed

Migration missing for cable termination limit choices #3231

DanSheps opened this issue May 31, 2019 · 3 comments
Labels
status: accepted This issue has been accepted for implementation type: bug A confirmed report of unexpected behavior in the application

Comments

@DanSheps
Copy link
Member

DanSheps commented May 31, 2019

Environment

  • Python version: 3.7
  • NetBox version: 2.5.13

Steps to Reproduce

  1. Download latest 2.5.13
  2. Perform upgrade
  3. Django reports model changes missing migration

Expected Behavior

No warning message

Observed Behavior

Warning message received regarding missing migration.

Additional Information

@DanSheps DanSheps added type: bug A confirmed report of unexpected behavior in the application status: accepted This issue has been accepted for implementation labels May 31, 2019
@n0creativity
Copy link

We received the the same error (I believe). Below is the error message we received.
What should our next steps be?

Applying database migrations (python3 netbox/manage.py migrate)...                                                                        
Operations to perform:                                                                                                                    
  Apply all migrations: admin, auth, circuits, contenttypes, dcim, extras, ipam, secrets, sessions, taggit, tenancy, users, virtualization
Running migrations:                                                                                                                       
  No migrations to apply.                                                                                                                 
  Your models 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.                               
Collecting static files (python3 netbox/manage.py collectstatic --no-input)...                                                            
                                                                                                                                          
38 static files copied to '/opt/netbox/netbox/static', 309 unmodified.                                                                    

@DanSheps
Copy link
Member Author

DanSheps commented Jun 3, 2019

This is a cosmetic change, you shouldn't worry about this and it will be fixed the next time we push out migrations.

@haminhcong
Copy link

haminhcong commented Jun 6, 2019

I have same problem with @DanSheps. Can you help me fix this problem?

@lock lock bot locked as resolved and limited conversation to collaborators Jan 16, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
status: accepted This issue has been accepted for implementation type: bug A confirmed report of unexpected behavior in the application
Projects
None yet
Development

No branches or pull requests

3 participants