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 a new column to products table #25

Closed
rayapetkova opened this issue May 11, 2023 · 2 comments
Closed

Add a new column to products table #25

rayapetkova opened this issue May 11, 2023 · 2 comments
Assignees
Labels
database Postgres DB management enhancement New feature or request help wanted Extra attention is needed

Comments

@rayapetkova
Copy link
Collaborator

This is related to #20

  • Add a new column unit_of_measure to products table - data type TEXT
@karastoyanov
Copy link
Member

Should be fine
image

Try to implemented the new column in the script from #21 create_new_items() function and run new tests related to #24

💡 I recommend to delete all the current demo data and run again tests with new data.

@karastoyanov karastoyanov moved this from Todo to In Progress in First Stable Version - market-app May 12, 2023
@rayapetkova
Copy link
Collaborator Author

Last changes: 1cbd2ce

  • Implemented the new column "unit_of_measure" in the script
  • Deleted all demo data (except the last one I made recently)
  • Runned again with a new test data

@karastoyanov karastoyanov moved this from In Progress to Done in First Stable Version - market-app May 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
database Postgres DB management enhancement New feature or request help wanted Extra attention is needed
Projects
Development

No branches or pull requests

2 participants