Commit 3a99a0eec0e65d5c57b2efbaa35bfcd53e2a2372

Authored by Bruno Noronha
1 parent d8017847
Exists in master

inserindo último usuário logado

src/Cacic/CommonBundle/Resources/config/doctrine/LogAcesso.orm.yml
... ... @@ -15,6 +15,9 @@ Cacic\CommonBundle\Entity\LogAcesso:
15 15 type: datetime
16 16 nullable: false
17 17 column: data
  18 + usuario:
  19 + type: text
  20 + nullable: true
18 21 manyToOne:
19 22 idComputador:
20 23 targetEntity: Computador
... ...