From 7e3c8f243a0020c7fef483da0171e42b66daef3e Mon Sep 17 00:00:00 2001 From: Bruno Menezes Date: Thu, 15 May 2014 14:12:21 -0300 Subject: [PATCH] acrescentando forca coleta --- src/Cacic/CommonBundle/Resources/config/doctrine/Computador.orm.yml | 4 ++++ 1 file changed, 4 insertions(+), 0 deletions(-) diff --git a/src/Cacic/CommonBundle/Resources/config/doctrine/Computador.orm.yml b/src/Cacic/CommonBundle/Resources/config/doctrine/Computador.orm.yml index 5e6a17d..3b43b58 100644 --- a/src/Cacic/CommonBundle/Resources/config/doctrine/Computador.orm.yml +++ b/src/Cacic/CommonBundle/Resources/config/doctrine/Computador.orm.yml @@ -53,6 +53,10 @@ Cacic\CommonBundle\Entity\Computador: fixed: true nullable: false column: te_palavra_chave + forcaColeta: + type: text + nullable: true + column: forca_coleta dtHrColetaForcadaEstacao: type: datetime nullable: true -- libgit2 0.21.2