From 34c246e7eb6cb06166071802f2cd114b2613bce0 Mon Sep 17 00:00:00 2001 From: HugoFara Date: Thu, 28 Dec 2023 22:44:38 +0100 Subject: [PATCH] Implementes #148: removes dead feeds from demo database. --- docs/CHANGELOG.md | 1 + docs/info.html | 1 + install_demo_db.sql | 63 +++++++++------------------------------------ 3 files changed, 14 insertions(+), 51 deletions(-) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 9b96bf68..824419f1 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -18,6 +18,7 @@ ones are marked like "v1.0.0-fork". * PHP files header docblocks are expanded, notably with a PHP version, package and category name. * Japanese number are now parsed by MeCab. Big thanks to [@ProgramComputer](https://github.com/ProgramComputer) for his pull request [#149](https://github.com/HugoFara/lwt/pull/149)! +* Removes dead feeds from the demo database, as signalled in [#148](https://github.com/HugoFara/lwt/issues/148). ### Fixed diff --git a/docs/info.html b/docs/info.html index 23ed1f3b..786d5ee2 100644 --- a/docs/info.html +++ b/docs/info.html @@ -2197,6 +2197,7 @@

Changed

Fixed