algunos cambios de nomenclatura en la bbdd de papeles impresion

This commit is contained in:
Jaime Jiménez
2023-06-27 14:36:15 +02:00
parent a9ea464b05
commit 38dd7cdadf
6 changed files with 50 additions and 50 deletions

View File

@ -22,8 +22,8 @@ class PapelImpresion extends \CodeIgniter\Entity\Entity
"precio_pliego" => null,
"bn" => true,
"color" => true,
"portada" => false,
"cubierta" => false,
"sobrecubierta" => false,
"rotativa" => false,
"is_deleted" => 0,
"created_at" => null,
@ -42,8 +42,8 @@ class PapelImpresion extends \CodeIgniter\Entity\Entity
"precio_pliego" => "float",
"bn" => "boolean",
"color" => "boolean",
"portada" => "boolean",
"cubierta" => "boolean",
"sobrecubierta" => "boolean",
"rotativa" => "boolean",
"is_deleted" => "int",
];