merge testing->tomerge/main #7

Open
anti wants to merge 242 commits from testing into tomerge/main
Showing only changes of commit 6245786289 - Show all commits

View File

@@ -1627,13 +1627,17 @@ def sniffer_cmd(
_DB_RESET_TABLES: tuple[str, ...] = ( _DB_RESET_TABLES: tuple[str, ...] = (
# Order matters for DROP TABLE: attacker_behavior FK-references attackers. # Order matters for DROP TABLE: child FKs first.
# - attacker_behavior FK-references attackers.
# - decky_shards FK-references swarm_hosts.
"attacker_behavior", "attacker_behavior",
"attackers", "attackers",
"logs", "logs",
"bounty", "bounty",
"state", "state",
"users", "users",
"decky_shards",
"swarm_hosts",
) )