chore: remove old filters, hardcoded types, old post status from view
This commit is contained in:
parent
ffea333d55
commit
76a172bb74
15 changed files with 15 additions and 48 deletions
|
@ -13,7 +13,6 @@ SELECT
|
|||
CONCAT('/', df.filename_disk) AS image,
|
||||
b.favorite,
|
||||
b.tattoo,
|
||||
'book' AS type,
|
||||
|
||||
(
|
||||
SELECT array_agg(t.name)
|
||||
|
|
Reference in a new issue