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

Make buildgroup description column nullable #2704

Merged

Conversation

williamjallen
Copy link
Collaborator

The buildgroup table's description column is not-null for systems created since the switch to Laravel, but this column may be nullable for older systems. Given that the description is not a mandatory field, it makes sense to make this field nullable for all systems. For older systems, nothing will change. For newer systems, the buildgroup description will now be nullable.

@williamjallen williamjallen force-pushed the nullable-buildgroup-description branch from b071c8a to e4fe5a1 Compare February 7, 2025 14:25
@williamjallen williamjallen added this pull request to the merge queue Feb 7, 2025
Merged via the queue into Kitware:master with commit 7a679f4 Feb 7, 2025
7 checks passed
@williamjallen williamjallen deleted the nullable-buildgroup-description branch February 7, 2025 16:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants