Commit 7e3c8f243a0020c7fef483da0171e42b66daef3e

Authored by Bruno Menezes
1 parent f48ef4cb
Exists in master and in 1 other branch 3.1

acrescentando forca coleta

src/Cacic/CommonBundle/Resources/config/doctrine/Computador.orm.yml
... ... @@ -53,6 +53,10 @@ Cacic\CommonBundle\Entity\Computador:
53 53 fixed: true
54 54 nullable: false
55 55 column: te_palavra_chave
  56 + forcaColeta:
  57 + type: text
  58 + nullable: true
  59 + column: forca_coleta
56 60 dtHrColetaForcadaEstacao:
57 61 type: datetime
58 62 nullable: true
... ...