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

Information model change: renaming main entities #16

Merged
merged 1 commit into from
May 26, 2020

Conversation

cesaraugustogarcia
Copy link
Contributor

Purpose 💪

After some research, we can conclude that this project, at least today, is targeting the "On Demand Economy". Therefore, here we are renaming main entities in our information model to adapt to the terminology used nowadays.
Main change consists of renaming:
mentor -> supplier
mentee -> consumer
relantionship -> connection

Changes required (Database, config, etc)

Please recreate DB. Suggested steps:
First, in MYSQL CLI:

DROP DATABASE socialapp;
CREATE DATABSE socialapp;

Then on the project

python manage.py migrate

@cesaraugustogarcia cesaraugustogarcia merged commit 85810fa into master May 26, 2020
@cesaraugustogarcia cesaraugustogarcia deleted the chores/information-model-rename branch May 26, 2020 18:41
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.

None yet

2 participants