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