Skip to content

Conversation

ocielliottc
Copy link
Collaborator

No description provided.

@ocielliottc ocielliottc requested a review from mkimberlin January 8, 2025 16:16
@ocielliottc ocielliottc linked an issue Jan 8, 2025 that may be closed by this pull request
11 tasks
@@ -0,0 +1,11 @@
ALTER TABLE member_skills ADD COLUMN interested boolean DEFAULT false;
Copy link
Member

Choose a reason for hiding this comment

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

Do you think we should default to null maybe? This could be misconstrued later as folks explicitly saying they were not interested.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Yeah, we can just remove "DEFAULT false". That's a good idea.

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.

Convert skills data structure

2 participants