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

[Server] - Add DB migration script to support user having a profile picture #301

Open
3 tasks
R-Sandor opened this issue Jan 12, 2025 · 2 comments
Open
3 tasks
Assignees
Labels
database DBM work feature new feature good first issue Good for newcomers in progress

Comments

@R-Sandor
Copy link
Owner

R-Sandor commented Jan 12, 2025

Details

To support user profile pictures we need to have the db record save the profile picture path.

Migration scripts are located in server/src/main/resources/db/migration

Tasks

  • add a new column to the user record.
  • Field should be user photo and it should be varchar that is the location in the backend
  • Should allow nulls.
@kinci24
Copy link

kinci24 commented Jan 12, 2025

Hello, I would like to try to work on this issue, if its still open

@R-Sandor R-Sandor assigned R-Sandor and kinci24 and unassigned R-Sandor and kinci24 Jan 12, 2025
@R-Sandor
Copy link
Owner Author

@kinci24 All yours! Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
database DBM work feature new feature good first issue Good for newcomers in progress
Projects
None yet
Development

No branches or pull requests

2 participants