feat(): Feito a inserção do schema do banco de dados firebird
This commit is contained in:
parent
d295511dc1
commit
e041055188
1 changed files with 1 additions and 1 deletions
|
|
@ -206,7 +206,7 @@ class FirebirdSchemaExtractor(BaseRepository):
|
|||
}
|
||||
|
||||
# Inserção simples
|
||||
sql = """INSERT INTO OR UPDATE firebird_schema (schema_json) VALUES (%s) """
|
||||
sql = """INSERT INTO firebird_schema (structure) VALUES (%s) """
|
||||
|
||||
# Execução do SQL.
|
||||
self.run(sql, params)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue