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

Increase Limit on Provider Account Number #1107

Closed
jdrew82 opened this issue Nov 29, 2021 · 2 comments
Closed

Increase Limit on Provider Account Number #1107

jdrew82 opened this issue Nov 29, 2021 · 2 comments
Assignees
Labels
good first issue Great issues for newcomers! type: feature Introduction of new or enhanced functionality to the application
Milestone

Comments

@jdrew82
Copy link
Contributor

jdrew82 commented Nov 29, 2021

Environment

  • Python version: 3.7
  • Nautobot version: 1.1.5

Proposed Functionality

I propose to increase the limit on a provider's account number to greater than 30.

Use Case

Some providers utilize an account number that is longer than 30 characters. For example, PacketFabric utilizes a UUID account number that is 37 characters long.

Database Changes

This should only require a small change to the account_no attribute on the Provider model to increase the max_length.

External Dependencies

There shouldn't be any external dependencies to consider.

@glennmatthews
Copy link
Contributor

Thanks! This is similar to #909, should be equally straightforward to implement.

@glennmatthews
Copy link
Contributor

Implemented in next (1.3.0) by #1194.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 23, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
good first issue Great issues for newcomers! type: feature Introduction of new or enhanced functionality to the application
Projects
None yet
Development

No branches or pull requests

4 participants