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

add solution by Faiza Hamid #11

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Conversation

FaiHamid
Copy link

Hello, @vkryvytskyy !
Execution of the command npx sequelize db:migrate:
Migration

Execution of the command npx sequelize db:seed:all:
Seed

Result:
Result

@FaiHamid FaiHamid changed the title add solution add solution by Faiza Hamid Aug 30, 2024
@@ -12,6 +12,7 @@

# Ignore env config
.env
.env.sample
Copy link
Contributor

Choose a reason for hiding this comment

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

should this file be here?

@@ -20,3 +21,4 @@ node_modules
deploy_logs.json

temp
Makefile
Copy link
Contributor

Choose a reason for hiding this comment

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

why did you add it to gitignore?

Copy link
Author

Choose a reason for hiding this comment

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

image
Because I had a problem with push.

type: DataType.STRING(255),
field: 'city',
})
city: string
Copy link
Contributor

Choose a reason for hiding this comment

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

the field is nullable but has strict type string, let's set it can be string or null

@@ -17,6 +17,8 @@ export const RecruiterProfileMeta = React.memo<Props>((props) => {
className={cn(styles.recruiterMetaItem, typography.smallHeading)}
key={item.name}
>
{item.icon && <item.icon />}
{item.name === 'city'}
Copy link
Contributor

Choose a reason for hiding this comment

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

what does this line mean?

Copy link
Author

Choose a reason for hiding this comment

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

Just forgot to delete.

@FaiHamid FaiHamid requested a review from ivadimko September 3, 2024 09:37
@ivadimko
Copy link
Contributor

ivadimko commented Sep 5, 2024

.

Copy link
Contributor

@ivadimko ivadimko left a comment

Choose a reason for hiding this comment

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

.

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.

2 participants