From 2b0bf06fe5e9938379fc8be9b602171face777d4 Mon Sep 17 00:00:00 2001 From: Wilmer Ramones Date: Thu, 13 Oct 2016 09:20:58 -0400 Subject: [PATCH] cambiado a tipo texto los nombres de los objetivos --- src/AppBundle/Entity/PlanHistoricoNacional.php | 2 +- src/AppBundle/Entity/PlanHistoricoNacionalEstrategico.php | 2 +- src/AppBundle/Entity/PlanObjetivoHistorico.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/AppBundle/Entity/PlanHistoricoNacional.php b/src/AppBundle/Entity/PlanHistoricoNacional.php index 3729b44..7dabba7 100644 --- a/src/AppBundle/Entity/PlanHistoricoNacional.php +++ b/src/AppBundle/Entity/PlanHistoricoNacional.php @@ -15,7 +15,7 @@ class PlanHistoricoNacional /** * @var string * - * @ORM\Column(name="nombre", type="string", length=100, nullable=false, options={"comment" = "Nombre del plan_historico_nacional"}) + * @ORM\Column(name="nombre", type="text", nullable=false, options={"comment" = "Nombre del plan_historico_nacional"}) */ private $nombre; diff --git a/src/AppBundle/Entity/PlanHistoricoNacionalEstrategico.php b/src/AppBundle/Entity/PlanHistoricoNacionalEstrategico.php index f9a3f14..0e456af 100644 --- a/src/AppBundle/Entity/PlanHistoricoNacionalEstrategico.php +++ b/src/AppBundle/Entity/PlanHistoricoNacionalEstrategico.php @@ -15,7 +15,7 @@ class PlanHistoricoNacionalEstrategico /** * @var string * - * @ORM\Column(name="nombre", type="string", length=40, nullable=false, options={"comment" = "nombre de plan_historico_nacional_estrategico"}) + * @ORM\Column(name="nombre", type="text", nullable=false, options={"comment" = "nombre de plan_historico_nacional_estrategico"}) */ private $nombre; diff --git a/src/AppBundle/Entity/PlanObjetivoHistorico.php b/src/AppBundle/Entity/PlanObjetivoHistorico.php index f26e9dd..3fd13f3 100644 --- a/src/AppBundle/Entity/PlanObjetivoHistorico.php +++ b/src/AppBundle/Entity/PlanObjetivoHistorico.php @@ -16,7 +16,7 @@ class PlanObjetivoHistorico /** * @var string * - * @ORM\Column(name="nombre", type="string", length=50, nullable=false, options={"comment" = "nombre del plan_objetivo_historico"}) + * @ORM\Column(name="nombre", type="text", nullable=false, options={"comment" = "nombre del plan_objetivo_historico"}) */ private $nombre; -- 2.0.0