-
Notifications
You must be signed in to change notification settings - Fork 5
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
Yotas Migrations #15
Yotas Migrations #15
Conversation
Good job @Sanix-Darker just one question should this PR be merged into |
@elhmn to dev first, i wanted us to have a kind of stagging branch before merging stuffs to the main branch ! |
Can we add a field "active" in OrganisationsUsers an delete the field deleted_at? Because when an OrganisationsUsers is delete is enterely remove from the table. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
* feat(backend): writing migrations * feat(backend): migrations - Updates fields * feat(backend): [2]migrations - Updates fields * fix(backend): Applying PR-updates from comments * fix(backend): [2]Applying PR-updates from comments * fix(backend): [3]Applying PR-updates from comments Co-authored-by: S@n1X <[email protected]>
Just creating the
001_initial.sql
migration file to set the whole database !