]> Nutra Git (v2) - nutratech/nt-sqlite.git/commitdiff
activity -> repr (in bug table)
authorShane Jaroch <chown_tee@proton.me>
Tue, 13 Feb 2024 19:33:22 +0000 (14:33 -0500)
committerShane Jaroch <chown_tee@proton.me>
Tue, 13 Feb 2024 19:33:22 +0000 (14:33 -0500)
sql/tables.sql

index b840fada3487fae131639a20d5aefc2d7530a743..05001876cd511de3899a4ba80ab2512fff41bc5a 100644 (file)
@@ -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,