-
-
Notifications
You must be signed in to change notification settings - Fork 153
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
Make ProcessingQueue document_number a CharField to match RECAPDocument #3385
base: main
Are you sure you want to change the base?
Conversation
270c241
to
2a5f89f
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One quick comment, but it's not for you, @ttys0dev. This looks fine otherwise though, thank you.
8d77b5a
to
b7bc3c0
Compare
b7bc3c0
to
72f6952
Compare
72f6952
to
efdea04
Compare
Leading zeros are significant so we shouldn't use BigIntegerField.
efdea04
to
9798495
Compare
I've added this to our deploy backlog. I'm working on hiring an engineer to take this on, because, well, evidence suggests that I'm failing to do so myself. Growing pains, sorry. |
Eduardo, I'm putting this on your backlog somewhere. When it gets to the top, can you give this one more look and, assuming you approve, tune it up for Ramiro to deploy? |
@mlissner Sure! |
Let's review this one, finally, and see if it still needs to be merged. If so, Alberto, if you can review and if Diego can deploy, that'd be great. Diego, let's talk before you deploy because model changes like this one take special care. |
Leading zeros are significant so we shouldn't use BigIntegerField.
Should help with #2877.