-
Notifications
You must be signed in to change notification settings - Fork 143
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 node aliases not nullable #10437
Labels
Type: Bug
Something isn't working
Comments
jacobtylerwalls
added a commit
that referenced
this issue
Nov 1, 2024
jacobtylerwalls
added a commit
that referenced
this issue
Nov 1, 2024
jacobtylerwalls
added a commit
that referenced
this issue
Nov 1, 2024
11 tasks
johnatawnclementawn
pushed a commit
that referenced
this issue
Nov 5, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Node aliases are supposed to be unique per graph, but the uniqueness doesn't extend to None -- and since alias is nullable, you can have multiple nodes per graph without an alias.
Suggesting to write a migration that generates missing aliases and sets the field to be not-nullable going forward.
The text was updated successfully, but these errors were encountered: