Skip to content

Commit

Permalink
refactor(#3335): Change sqlite table name for backward compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
nico-stefani committed Dec 22, 2022
1 parent ab5715b commit 7790439
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps/wazuh_testing/wazuh_testing/modules/aws/db_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ def table_exists(table_name: str) -> bool:
SELECT
name
FROM
sqlite_schema
sqlite_master
WHERE
type ='table' AND
name NOT LIKE 'sqlite_%';
Expand Down

0 comments on commit 7790439

Please sign in to comment.