change RAW to history
parent
32bc04fed8
commit
1f282a848a
|
|
@ -27,7 +27,7 @@ def get_tables_from_db(connection):
|
|||
tables = []
|
||||
|
||||
for (table,) in cursor.fetchall():
|
||||
if 'RAW.' in table:
|
||||
if 'history.' in table:
|
||||
# Tabellennamen mit Backticks versehen
|
||||
tables.append(f"Kunden.`{table}`")
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue