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

Criar mecanismo para povoamento inicial do banco de dados #42

Open
tacianosilva opened this issue Oct 30, 2020 · 0 comments
Open

Criar mecanismo para povoamento inicial do banco de dados #42

tacianosilva opened this issue Oct 30, 2020 · 0 comments

Comments

@tacianosilva
Copy link
Member

Criar mecanismo para povoamento inicial do banco de dados na primeira execução.

    INSERT INTO role VALUES (1,'ADMIN');
    INSERT INTO role VALUES (2,'USER');
    INSERT INTO attribution VALUES (1,'PROJECT MANAGER');
    INSERT INTO attribution VALUES (2,'PROJECT MEMBER');
    INSERT INTO attribution VALUES (3,'PROJECT_DEV');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

1 participant