We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae3150d commit bd0957aCopy full SHA for bd0957a
README.md
@@ -4,12 +4,12 @@
4
5
# コマンド集
6
7
-## データベースに格納してあるユーザーの公開状態を全チェックし、データの更新する
+## データベースに格納してあるユーザーのレコードを更新して最新状態にする
8
9
-- ユーザー数 1,450 件 で 約 2.5 分を要した
+- ユーザー数 1,593 件 で 約 2.5 分を要した
10
11
```bash
12
-$ $(which bundle) exec rails runner "TwitterRestApi::CheckProtectedUsers.new.update_all_user_is_protected_statuses"
+$ $(which bundle) exec rails runner "TwitterRestApi::UpdateUserRecords.new.execute"
13
```
14
15
## データベースに格納してあるツイートの公開状態を全チェックし、データの更新する
0 commit comments