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

Session Current_stage - Not Started as default value #7102

Merged
merged 1 commit into from
Nov 19, 2020

Conversation

laemtl
Copy link
Contributor

@laemtl laemtl commented Oct 30, 2020

Update Current_stage column definition in session:

  • Set default value of Current_stage to 'Not Started'
  • Set Current_stage not nullable

Resolves #6874

@laemtl laemtl force-pushed the 2020-10-29-session-stage-default branch from a90a91a to 34810d4 Compare October 30, 2020 04:41
@laemtl laemtl added hacktoberfest-accepted PR valid/accepted for hacktoberfest2020 participation SQL PR contains SQL modifications such as schema changes and new SQL scripts labels Oct 30, 2020
@laemtl laemtl closed this Nov 16, 2020
@laemtl laemtl reopened this Nov 16, 2020
Copy link
Collaborator

@cmadjar cmadjar left a comment

Choose a reason for hiding this comment

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

LGTM

@driusan driusan merged commit 4a8d4f2 into aces:main Nov 19, 2020
@ridz1208 ridz1208 added this to the 24.0.0 milestone Nov 27, 2020
AlexandraLivadas pushed a commit to AlexandraLivadas/Loris that referenced this pull request Jun 29, 2021
Make Current_stage not nullable with a default value of 'Not Started'

Resolves aces#6874
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
hacktoberfest-accepted PR valid/accepted for hacktoberfest2020 participation SQL PR contains SQL modifications such as schema changes and new SQL scripts
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Missing NOT NULL constraint on session.Current_stage
4 participants