Skip to content

Commit

Permalink
fix image
Browse files Browse the repository at this point in the history
  • Loading branch information
ka8725 committed Jan 31, 2024
1 parent 4c13995 commit 2e6fcb1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ All actions related to fixing data require a thorough understanding of the app a

By simply looking into the app database, we noticed those 514 softly deleted users. This can be easily done by examining the `deleted_at` column in the report. Any Excel-like tool can allow us to filter this information, or we can accomplish this in Metabase.

![Filter by non-null deleted_at column in Metabase](/images/metabase-filter-by-deleted-at.png)
![Filter by non-null deleted_at column in Metabase](/images/metabase-filters.png)

We can move these users to free plan right away by writing a Ruby script that was successfully done.

Expand Down
File renamed without changes

0 comments on commit 2e6fcb1

Please sign in to comment.