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

14923 changed char limit #1408

Merged
merged 2 commits into from
Aug 29, 2023

Conversation

Madhavkapoor28
Copy link
Contributor

Issue #14923

Description of changes:
Changed char limit from 40 to 150 for the homeJurisNum column.

@ozamani9gh ozamani9gh merged commit be22547 into bcgov:main Aug 29, 2023
2 of 4 checks passed
@sonarcloud
Copy link

sonarcloud bot commented Aug 29, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@@ -114,7 +114,7 @@ class Request(db.Model):
checkedOutDt = db.Column('checked_out_dt', db.DateTime(timezone=True),index=True)

# MRAS fields
homeJurisNum = db.Column('home_juris_num', db.String(40))
homeJurisNum = db.Column('home_juris_num', db.String(150))
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey wait a minute. I saw a Namerequest UI PR recently that changed this from 150 to 40. Which is correct???

bcgov/namerequest@ed8d6d2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants