Skip to content

Commit

Permalink
(fix) : changing int_users column
Browse files Browse the repository at this point in the history
  • Loading branch information
Fujistone committed Jan 15, 2025
1 parent 146e703 commit 9ced857
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/demo/models/intermediate/users/int_users.sql
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ SELECT
decidim_users.blocked,
decidim_users.blocked_at,
(CASE WHEN decidim_users.confirmed_at IS NULL THEN false ELSE true END) AS confirmed,
(CASE WHEN decidim_users.spam_report_timestamp IS NULL THEN false ELSE true END) AS spam,
(CASE WHEN decidim_users.spam_probability IS NULL THEN false ELSE true END) AS spam,
decidim_users.spam_probability,
DATE(decidim_users.spam_report_timestamp) AS spam_reported_at,
decidim_users.extended_data
Expand Down

0 comments on commit 9ced857

Please sign in to comment.