From c5c64d3371a5f1e5c600989e79563c5827486224 Mon Sep 17 00:00:00 2001 From: Shane Jaroch Date: Tue, 13 Feb 2024 14:33:22 -0500 Subject: [PATCH] activity -> repr (in bug table) --- sql/tables.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sql/tables.sql b/sql/tables.sql index b840fad..0500187 100644 --- a/sql/tables.sql +++ b/sql/tables.sql @@ -179,7 +179,7 @@ CREATE TABLE bug ( profile_id int, created int DEFAULT (strftime ('%s', 'now')), arguments text, - activity text, + repr text, stack text, -- e.g. OS, Python / Android version client_info json, -- 2.52.0