diff options
| author | 2025-11-02 20:39:41 +0100 | |
|---|---|---|
| committer | 2025-11-02 20:39:41 +0100 | |
| commit | 04c55fa1b84b75445642de9ec0e2532d10e72dc0 (patch) | |
| tree | c3877804b2c6977dbe1accf48c7f1d196606dcd6 /app/Models/View.php | |
| parent | 500d05f3c5ec3a3dffa7791f7447bc0d31d6f7e0 (diff) | |
[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 <alexandre@alapetite.fr>
Diffstat (limited to 'app/Models/View.php')
| -rw-r--r-- | app/Models/View.php | 1 |
1 files changed, 1 insertions, 0 deletions
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<array{name:string,size:int,mtime:int}> */ public ?array $sqliteArchives = null; public string $sqlitePath; + public string $sqliteName; // Form login public int $cookie_days; |
