Skip to content
This repository has been archived by the owner on Jun 30, 2021. It is now read-only.

Commit

Permalink
Merge pull request #84 from snek-at/improve-organization-statements-aa1
Browse files Browse the repository at this point in the history
Improve organization statements aa1 to master (Bugfix: invalid organizations on generateTalks())
  • Loading branch information
kleberbaum authored Jun 10, 2020
2 parents 310bd55 + 95a4b36 commit 3cccfd5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "snek-intel",
"version": "0.1.0",
"version": "0.1.1",
"homepage": "http://snek.at",
"license": "EUPL-1.2",
"main": "lib/index.js",
Expand Down
2 changes: 1 addition & 1 deletion src/reducer/database/osm/statements/organization.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ SELECT id,
FROM platformhasorganization pho
INNER JOIN platform p
ON pho.platformId = p.id
WHERE pho.organizationId = 1) AS platformName
WHERE pho.organizationId = o.id) AS platformName
FROM organization o
`;
//#endregion
Expand Down

0 comments on commit 3cccfd5

Please sign in to comment.