Skip to content

Commit bd0957a

Browse files
authored
docs: ✏️ ユーザーレコードの更新についての README の記述を修正した (#109)
1 parent ae3150d commit bd0957a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44

55
# コマンド集
66

7-
## データベースに格納してあるユーザーの公開状態を全チェックし、データの更新する
7+
## データベースに格納してあるユーザーのレコードを更新して最新状態にする
88

9-
- ユーザー数 1,450 件 で 約 2.5 分を要した
9+
- ユーザー数 1,593 件 で 約 2.5 分を要した
1010

1111
```bash
12-
$ $(which bundle) exec rails runner "TwitterRestApi::CheckProtectedUsers.new.update_all_user_is_protected_statuses"
12+
$ $(which bundle) exec rails runner "TwitterRestApi::UpdateUserRecords.new.execute"
1313
```
1414

1515
## データベースに格納してあるツイートの公開状態を全チェックし、データの更新する

0 commit comments

Comments
 (0)