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

[ALS-5612] Create stored procedure to create a user #154

Merged
merged 5 commits into from
Feb 13, 2024
Merged

Commits on Feb 7, 2024

  1. Configuration menu
    Copy the full SHA
    095c306 View commit details
    Browse the repository at this point in the history
  2. Specific database Auth

    Gcolon021 committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    4219414 View commit details
    Browse the repository at this point in the history
  3. Update CreateUserWithRole stored procedure in auth DB

    The stored procedure, CreateUserWithRole, in the 'auth' database has been updated to improve user creation. It now checks for existing users and roles, and generates a new UUID if needed. Additionally, it associates new users with roles if they exist.
    Gcolon021 committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    0aba935 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2024

  1. Configuration menu
    Copy the full SHA
    0d69a8b View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2024

  1. Configuration menu
    Copy the full SHA
    a3db140 View commit details
    Browse the repository at this point in the history