fix(): Ajuste no retorno das informções da estrutura do banco de dados
This commit is contained in:
parent
f015e7fc59
commit
37949608ec
1 changed files with 3 additions and 1 deletions
|
|
@ -179,7 +179,9 @@ class ShowDatabaseService:
|
|||
"db_accessible": db_accessible,
|
||||
"last_modified": last_modified,
|
||||
# NOVO CAMPO: Retorna o que falta no cliente
|
||||
"inconsistencies": inconsistencies_data
|
||||
"inconsistencies": inconsistencies_data,
|
||||
"standard_structure_data": standard_structure_data,
|
||||
"client_structure": client_structure
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue