Debug
This commit is contained in:
parent
e2d1566e30
commit
e27b88ac23
1 changed files with 0 additions and 2 deletions
|
|
@ -40,8 +40,6 @@ class ShowDatabaseRepository(BaseRepository):
|
|||
|
||||
# Execução para buscar a estrutura padrão (sem parâmetros)
|
||||
structure_database = self.fetch_one(sql_standard_structure)
|
||||
|
||||
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