Skip to content

Merge pre-master miados e latidos para master - #1970

Open
EnzoDarcy wants to merge 51 commits into
masterfrom
pre-master-miados-latidos-260601
Open

Merge pre-master miados e latidos para master#1970
EnzoDarcy wants to merge 51 commits into
masterfrom
pre-master-miados-latidos-260601

Conversation

@EnzoDarcy

Copy link
Copy Markdown
Collaborator

No description provided.

EnzoDarcy and others added 30 commits May 21, 2026 18:53
…A into voluntario-260327

Adicionando a funcionalidade pros Voluntários serem cadastrados como usuário
CARGO para Voluntários e sistema de senha para os mesmos
Enzo Darcy - Correções do cadastro de Usuários como Voluntários
…idade de parâmetros na construção de uma pessoa em VoluntarioControle.php; adicionei verificação de segurança e permissão para alterar cargos de Voluntários em profile_voluntário.php
@GabrielPintoSouza GabrielPintoSouza self-assigned this Aug 14, 2026
Comment thread BD/wegia001.sql

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

@EnzoDarcy Coloque no comentário do PR a migration SQL para ser executada em produção.

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

ALTER TABLE voluntario ADD id_cargo INT NOT NULL;
ALTER TABLE voluntario ADD CONSTRAINT fk_voluntario_id_cargo FOREIGN KEY (id_cargo) REFERENCES cargo(id_cargo);

@EnzoDarcy

Copy link
Copy Markdown
Collaborator Author

ALTER TABLE voluntario ADD id_cargo INT NOT NULL;
ALTER TABLE voluntario ADD CONSTRAINT fk_voluntario_id_cargo FOREIGN KEY (id_cargo) REFERENCES cargo(id_cargo);

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.

3 participants