haciendo el buscador

This commit is contained in:
2025-02-19 15:00:20 +01:00
parent 1da50e9f01
commit fea409b5ad
6 changed files with 246 additions and 38 deletions

View File

@ -93,5 +93,7 @@ class CreateTicketsSystem extends Migration
$this->forge->dropTable('tickets_categorias');
$this->forge->dropTable('tickets_estados');
$this->forge->dropTable('tickets_secciones');
$this->db->table('config_variables_app')->where('name', 'default_soporte_user_id')->delete();
}
}