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

Alterar data_assinatura_tcr do Participante para PastDate #147

Open
augusto-herrmann opened this issue Jan 3, 2025 · 0 comments
Open

Alterar data_assinatura_tcr do Participante para PastDate #147

augusto-herrmann opened this issue Jan 3, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@augusto-herrmann
Copy link
Member

O campo data_assinatura_tcr do Participante está como PastDateTime no schemas.py. Isso está divergente do modelo do banco de dados definido no models.py, que está como Date. Segundo os requisitos de negócio, este último é o correto (date, e não datetime).

Solução: Atualizar o schemas.py e alterar data_assinatura_tcr do Participante para PastDate.

Obs.: essa pode ser uma breaking change na interface de API, pois muda a validação da entrada. Verificar qual é o comportamento do Pydantic quando se passa datetime em um campo onde date é esperado.

@augusto-herrmann augusto-herrmann added the bug Something isn't working label Jan 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant