From 04c55fa1b84b75445642de9ec0e2532d10e72dc0 Mon Sep 17 00:00:00 2001 From: scollovati <20740642+scollovati@users.noreply.github.com> Date: Sun, 2 Nov 2025 20:39:41 +0100 Subject: [sqlite export] add username and timestamp (#8169) * [sqlite export] add username and timestamp add username and timestamp to sqlite user export, similar to the ZIP export. Useful for archiving purposes. * Fix case of backups and other DB types https://github.com/FreshRSS/FreshRSS/pull/8169#issuecomment-3476079108 --------- Co-authored-by: Alexandre Alapetite --- app/Models/View.php | 1 + 1 file changed, 1 insertion(+) (limited to 'app/Models/View.php') diff --git a/app/Models/View.php b/app/Models/View.php index b251e95ed..b7970b57e 100644 --- a/app/Models/View.php +++ b/app/Models/View.php @@ -92,6 +92,7 @@ class FreshRSS_View extends Minz_View { /** @var null|array */ public ?array $sqliteArchives = null; public string $sqlitePath; + public string $sqliteName; // Form login public int $cookie_days; -- cgit v1.2.3