Skip to content

Commit e47be11

Browse files
committed
New tables
1 parent 2b3d14e commit e47be11

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
SELECT * FROM adtech.companies_categories_app_counts
1+
SELECT * FROM frontend.companies_categories_app_counts
22
WHERE company_domain = :company_domain;

backend/dbcon/sql/query_company_overview.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ SELECT
66
app_category,
77
sum(app_count) AS app_count
88
FROM
9-
adtech.companies_app_counts
9+
frontend.companies_app_counts
1010
WHERE company_domain = :company_domain
1111
GROUP BY company_domain, company_name, store, tag_source, app_category
1212
ORDER BY app_count DESC;

0 commit comments

Comments
 (0)