質問編集履歴

3

情報の追記

2018/08/20 09:50

投稿

lulu
lulu

スコア39

test CHANGED
File without changes
test CHANGED
@@ -65,3 +65,7 @@
65
65
  Doctor.all.count = 0
66
66
 
67
67
  posticoで見ると、postgres上では存在しているユーザーに何か心当たりありますでしょうか?
68
+
69
+
70
+
71
+ % 削除できないdoctorはダミー用データとメモされてあるものが多いです。

2

本文に追加情報

2018/08/20 09:50

投稿

lulu
lulu

スコア39

test CHANGED
File without changes
test CHANGED
@@ -59,3 +59,9 @@
59
59
 
60
60
 
61
61
  delete_allで消せないユーザーで何か心当たりありますでしょうか?
62
+
63
+ 厳密に言うと、railsコンソールで
64
+
65
+ Doctor.all.count = 0
66
+
67
+ posticoで見ると、postgres上では存在しているユーザーに何か心当たりありますでしょうか?

1

タイトルをわかりやすくしました。

2018/08/20 09:26

投稿

lulu
lulu

スコア39

test CHANGED
@@ -1 +1 @@
1
- Rails存在しないuserが存在してい
1
+ Rails 存在しないuserが存在していて、何をしても削除ができない
test CHANGED
File without changes