Debug
This commit is contained in:
parent
ac31ce91a3
commit
10782ca31d
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@ class ShowDatabaseRepository(BaseRepository):
|
|||
"""
|
||||
|
||||
# Execução para buscar a estrutura padrão (sem parâmetros)
|
||||
structure_database = self.fetch_one(sql_standard_structure)
|
||||
structure_database = self.fetch_one(sql_standard_structure, None)
|
||||
|
||||
print("============================================================================")
|
||||
print(structure_database)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue