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,6 +15,9 @@ Cacic\CommonBundle\Entity\LogAcesso:
15 type: datetime 15 type: datetime
16 nullable: false 16 nullable: false
17 column: data 17 column: data
  18 + usuario:
  19 + type: text
  20 + nullable: true
18 manyToOne: 21 manyToOne:
19 idComputador: 22 idComputador:
20 targetEntity: Computador 23 targetEntity: Computador