Last active
May 7, 2020 21:10
-
-
Save rafaelrinaldi/a1a39bfda97a8c3abf3dfb7abe2e8d35 to your computer and use it in GitHub Desktop.
Revisions
-
rafaelrinaldi revised this gist
May 7, 2020 . 1 changed file with 0 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,10 +1,8 @@ <details> <summary>Number of users impacted</summary> | Number of users impacted | Tenant | |--- |--- | | 1530 | Better | | 155 | Ally | </details> -
rafaelrinaldi revised this gist
May 7, 2020 . 1 changed file with 3 additions and 13 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,20 +1,10 @@ <details> <summary>Number of users impacted</summary> ```md | Number of users impacted | Tenant | |--- |--- | | 1530 | Better | | 155 | Ally | ``` </details> -
rafaelrinaldi revised this gist
May 7, 2020 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,11 +1,11 @@ <details><summary>Number of users impacted</summary><blockquote> ```md | Number of users impacted | Tenant | |--- |--- | | 1530 | Better | | 155 | Ally | ``` <details><summary>Query</summary><blockquote> -
rafaelrinaldi revised this gist
May 7, 2020 . 1 changed file with 7 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,5 +1,12 @@ <details><summary>Number of users impacted</summary><blockquote> ~~~ | Number of users impacted | Tenant | |--- |--- | | 1530 | Better | | 155 | Ally | ~~~ <details><summary>Query</summary><blockquote> ~~~ -
rafaelrinaldi created this gist
May 7, 2020 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,13 @@ <details><summary>Number of users impacted</summary><blockquote> <details><summary>Query</summary><blockquote> ~~~ select count(distinct uuid), tenant from derived.preapproval_flat where updated_at >= '2020-04-25' and updated_at < '2020-05-05' and user_agent ilike '%edge/18%' group by tenant ~~~ </blockquote></details>