Commit 1f30fd4172c343a173a45c8723a59262bcbda66f

Authored by Guilherme Andrade Del Cantoni
1 parent a4a2a122
Exists in master

Ajuste em script para limpeza de auditoria

Showing 1 changed file with 5 additions and 0 deletions   Show diff stats
sqlserver/assets/restore.sql
... ... @@ -59,3 +59,8 @@ GO
59 59  
60 60 update orgao set sin_autenticar='N' where id_orgao=0;
61 61 GO
  62 +
  63 +-- Erro na base de referência relacionada ao registro de sequências de auditoria (issue #15)
  64 +delete from seq_infra_auditoria
  65 +GO
  66 +
... ...