mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
haciendo el buscador
This commit is contained in:
@ -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();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user