Projeto

Geral

Perfil

Expressolivremilestone30 » Histórico » Versão 1

Mauricio Luiz Viani, 26/09/2019 09:10 h

1 1 Mauricio Luiz Viani
{{collapse(Realizar em produção...)
2 1 Mauricio Luiz Viani
* Atualizar a tradução
3 1 Mauricio Luiz Viani
4 1 Mauricio Luiz Viani
* Remover do banco de dados entradas relativas ao módulo listAdmin que foi eliminado:
5 1 Mauricio Luiz Viani
6 1 Mauricio Luiz Viani
<pre>
7 1 Mauricio Luiz Viani
delete from phpgw_acl where acl_appname = 'listAdmin';
8 1 Mauricio Luiz Viani
9 1 Mauricio Luiz Viani
delete from phpgw_applications where app_name = 'listAdmin';
10 1 Mauricio Luiz Viani
11 1 Mauricio Luiz Viani
delete from phpgw_config where config_app = 'listAdmin';
12 1 Mauricio Luiz Viani
13 1 Mauricio Luiz Viani
delete from phpgw_expressoadmin_apps where app = 'listAdmin';
14 1 Mauricio Luiz Viani
15 1 Mauricio Luiz Viani
delete from phpgw_hooks where hook_appname = 'listAdmin';
16 1 Mauricio Luiz Viani
17 1 Mauricio Luiz Viani
delete from phpgw_lang where app_name = 'listAdmin';
18 1 Mauricio Luiz Viani
</pre>
19 1 Mauricio Luiz Viani
}}