Skip to content

Commit 7072c73

Browse files
committed
New tables
1 parent e47be11 commit 7072c73

File tree

3 files changed

+3
-3
lines changed

3 files changed

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

backend/dbcon/sql/query_tag_source_totals.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ SELECT
44
'all' AS app_category,
55
sum(app_count) AS app_count
66
FROM
7-
adtech.total_categories_app_counts
7+
frontend.total_categories_app_counts
88
GROUP BY
99
store, tag_source;

0 commit comments

Comments
 (0)