Skip to content

fix(migrations): Add missing activist_pressures_range view from migra… - #72

Open
lpirola wants to merge 1 commit into
mainfrom
fix/missing-view-pressure
Open

fix(migrations): Add missing activist_pressures_range view from migra…#72
lpirola wants to merge 1 commit into
mainfrom
fix/missing-view-pressure

Conversation

@lpirola

@lpirola lpirola commented Oct 13, 2022

Copy link
Copy Markdown
Contributor

…tions

count(*) AS total
FROM activist_pressures ap
GROUP BY (date_trunc('day'::text, ap.created_at)), ap.widget_id
ORDER BY ap No newline at end of file

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think in the ORDER BY ap line, the ap should be changed to a column name.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants