Skip to content

Commit

Permalink
Add system of origin to model
Browse files Browse the repository at this point in the history
  • Loading branch information
augusto-herrmann committed Oct 2, 2024
1 parent 5b7fc93 commit 502024f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -740,6 +740,12 @@ class Users(Base):
comment="Unidade autorizadora do PGD à qual o usuário "
"pertence e está autorizado a enviar e consultar dados.",
)
sistema_gerador = Column(
String,
nullable=False,
comment="Nome e versão do software utilizado para operar o Programa "
'de Gestão e gerar os dados enviados. Exemplo: "Petrvs 2.1".',
)
data_atualizacao = Column(
DateTime,
onupdate=now(),
Expand Down

0 comments on commit 502024f

Please sign in to comment.