Commit e6abf26fba3731e09c8571e6da74f11fe0e9fd4a
Committed by
Guilherme Andrade Del Cantoni
1 parent
95dbb61d
Exists in
master
Correção no script de limpeza MySQL
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,6 +42,8 @@ truncate table seq_grupo_acompanhamento; | ||
42 | truncate table andamento_situacao; | 42 | truncate table andamento_situacao; |
43 | truncate table seq_andamento_situacao; | 43 | truncate table seq_andamento_situacao; |
44 | 44 | ||
45 | +truncate table rel_proced_situacao_unidade; | ||
46 | + | ||
45 | truncate table anotacao; | 47 | truncate table anotacao; |
46 | truncate table seq_anotacao; | 48 | truncate table seq_anotacao; |
47 | 49 | ||
@@ -123,12 +125,6 @@ truncate table seq_auditoria_protocolo; | @@ -123,12 +125,6 @@ truncate table seq_auditoria_protocolo; | ||
123 | 125 | ||
124 | truncate table rel_notificacao_documento; | 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 | truncate table notificacao; | 128 | truncate table notificacao; |
133 | truncate table seq_notificacao; | 129 | truncate table seq_notificacao; |
134 | 130 |