rename category to categories
This commit is contained in:
@@ -8,7 +8,7 @@ table without id
|
||||
file.link as Company,
|
||||
url as Link
|
||||
where
|
||||
contains(category,this.file.link)
|
||||
contains(categories,this.file.link)
|
||||
and !contains(file.name, "Template")
|
||||
sort file.mtime desc
|
||||
```
|
||||
Reference in New Issue
Block a user