mirror of
https://github.com/heyarne/berliner-winter.git
synced 2026-05-06 19:23:39 +02:00
Return uncategorized incidents as well
This commit is contained in:
parent
c186275bdb
commit
2ee455d3c4
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ def articles():
|
||||||
c = cursor.execute("""
|
c = cursor.execute("""
|
||||||
SELECT article.id, article.date, article.place, article.description, category.name
|
SELECT article.id, article.date, article.place, article.description, category.name
|
||||||
FROM article
|
FROM article
|
||||||
JOIN category ON article.id = category.article_id
|
LEFT OUTER JOIN category ON article.id = category.article_id
|
||||||
""")
|
""")
|
||||||
|
|
||||||
articles = {}
|
articles = {}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue