Commit 1d93d160311a56419957c1906ca4fc7c1a0656b4

Authored by Nei Jobson da Costa Carneiro
2 parents 896ce7d8 bc230882

Merge branch 'Correcao_Utilitarios_MySQL' into 'master'

Correcao utilitarios my sql

See merge request !6
Showing 1 changed file with 2 additions and 6 deletions   Show diff stats
utilitarios/sei_script_limpeza_mysql.sql
... ... @@ -42,6 +42,8 @@ truncate table seq_grupo_acompanhamento;
42 42 truncate table andamento_situacao;
43 43 truncate table seq_andamento_situacao;
44 44  
  45 +truncate table rel_proced_situacao_unidade;
  46 +
45 47 truncate table anotacao;
46 48 truncate table seq_anotacao;
47 49  
... ... @@ -123,12 +125,6 @@ truncate table seq_auditoria_protocolo;
123 125  
124 126 truncate table rel_notificacao_documento;
125 127  
126   -truncate table estatisticas;
127   -truncate table seq_estatisticas;
128   -
129   -truncate table atributo_andamento;
130   -truncate table seq_atributo_andamento;
131   -
132 128 truncate table notificacao;
133 129 truncate table seq_notificacao;
134 130  
... ...