mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
change table name to mostrar_en_presupuesto_cliente
This commit is contained in:
@ -9,7 +9,7 @@ class AlterTableTarifasCheckPresupuestoClienteMigration extends Migration
|
|||||||
public function up()
|
public function up()
|
||||||
{
|
{
|
||||||
$field = [
|
$field = [
|
||||||
'check_presupuesto_cliente' => [
|
'mostrar_en_presupuesto_cliente' => [
|
||||||
'type' => 'BOOLEAN',
|
'type' => 'BOOLEAN',
|
||||||
'default' => false,
|
'default' => false,
|
||||||
]
|
]
|
||||||
@ -22,8 +22,8 @@ class AlterTableTarifasCheckPresupuestoClienteMigration extends Migration
|
|||||||
|
|
||||||
public function down()
|
public function down()
|
||||||
{
|
{
|
||||||
$this->forge->dropColumn('lg_tarifa_acabado','check_presupuesto_cliente');
|
$this->forge->dropColumn('lg_tarifa_acabado','mostrar_en_presupuesto_cliente');
|
||||||
$this->forge->dropColumn('lg_tarifa_manipulado','check_presupuesto_cliente');
|
$this->forge->dropColumn('lg_tarifa_manipulado','mostrar_en_presupuesto_cliente');
|
||||||
$this->forge->dropColumn('tarifa_encuadernacion','check_presupuesto_cliente');
|
$this->forge->dropColumn('tarifa_encuadernacion','mostrar_en_presupuesto_cliente');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user