From 6520bdac8bf4021827b957e56748930aabecf598 Mon Sep 17 00:00:00 2001 From: Roan Horning Date: Sat, 22 Nov 2025 19:30:53 -0500 Subject: [PATCH] Rename Today with a technie table and references --- _sql/sqlite/Rename_twt_table.sql | 0 templates/content-episodes.tpl.html | 2 +- templates/content-twt_episode.tpl.html | 10 +++++----- templates/ids-twt_episode.tpl.html | 2 +- templates/queries-correspondent.tpl.html | 4 ++-- 5 files changed, 9 insertions(+), 9 deletions(-) create mode 100644 _sql/sqlite/Rename_twt_table.sql diff --git a/_sql/sqlite/Rename_twt_table.sql b/_sql/sqlite/Rename_twt_table.sql new file mode 100644 index 0000000..e69de29 diff --git a/templates/content-episodes.tpl.html b/templates/content-episodes.tpl.html index d822044..c7c0b28 100644 --- a/templates/content-episodes.tpl.html +++ b/templates/content-episodes.tpl.html @@ -29,7 +29,7 @@ hosts.hostid, hosts.host, hosts.email, hosts.local_image, miniseries.name AS series, miniseries.id AS seriesid - FROM twat_eps as eps + FROM twt_eps as eps INNER JOIN hosts ON eps.hostid = hosts.hostid INNER JOIN miniseries ON eps.series = miniseries.id ORDER BY eps.id DESC diff --git a/templates/content-twt_episode.tpl.html b/templates/content-twt_episode.tpl.html index 9b008e2..209f158 100644 --- a/templates/content-twt_episode.tpl.html +++ b/templates/content-twt_episode.tpl.html @@ -6,23 +6,23 @@ , diff --git a/templates/queries-correspondent.tpl.html b/templates/queries-correspondent.tpl.html index bd0f637..27e9f9c 100644 --- a/templates/queries-correspondent.tpl.html +++ b/templates/queries-correspondent.tpl.html @@ -33,7 +33,7 @@ %--> @@ -48,7 +48,7 @@ hosts.hostid, hosts.host, hosts.email, hosts.profile, miniseries.name AS series, miniseries.id AS seriesid - FROM twat_eps AS eps + FROM twt_eps AS eps INNER JOIN hosts ON eps.hostid = hosts.hostid INNER JOIN miniseries ON eps.series = miniseries.id WHERE hosts.hostid = ?