Debug
This commit is contained in:
parent
8732ff091f
commit
874098d3b1
1 changed files with 2 additions and 2 deletions
|
|
@ -41,8 +41,8 @@ class ShowDatabaseRepository(BaseRepository):
|
|||
# Execução para buscar a estrutura padrão (sem parâmetros)
|
||||
structure_database = self.fetch_one(sql_standard_structure)
|
||||
|
||||
print("============================================================================")
|
||||
print(structure_database)
|
||||
# print("============================================================================")
|
||||
# print(structure_database)
|
||||
|
||||
# O campo 'structure' contém o JSON da estrutura padrão (como string)
|
||||
standard_structure_json = structure_database.get('structure') if structure_database else None
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue