fix(): Ajuste no sql que retorna o banco referência
This commit is contained in:
parent
b4a39d82af
commit
b1bfc43213
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ class ShowDatabaseRepository(BaseRepository):
|
|||
# 2. Busca da estrutura de referência (padrão)
|
||||
# Assumindo que a estrutura mais recente é a última inserida (ou a única)
|
||||
sql_standard_structure = """
|
||||
SELECT structure FROM firebird_schema ORDER BY id DESC LIMIT 1
|
||||
SELECT structure FROM firebird_schema LIMIT 1
|
||||
"""
|
||||
|
||||
# Execução para buscar a estrutura padrão (sem parâmetros)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue