質問編集履歴

2

コードを見やすくしました

2018/07/19 06:46

投稿

lulu
lulu

スコア39

test CHANGED
File without changes
test CHANGED
@@ -17,6 +17,8 @@
17
17
  助けてください
18
18
 
19
19
 
20
+
21
+ ```
20
22
 
21
23
  Processing by StaticPagesController#home as HTML
22
24
 
@@ -49,3 +51,5 @@
49
51
 
50
52
 
51
53
  Completed 500 Internal Server Error in 7ms (ActiveRecord: 1.2ms)
54
+
55
+ ```

1

タイトルの修正

2018/07/19 06:46

投稿

lulu
lulu

スコア39

test CHANGED
@@ -1 +1 @@
1
- rails postgresのエラーでPG::UndefinedTable: ERROR: relation "sessions"does not exist
1
+ rails postgresのエラーでPG::UndefinedTable: ERROR: relation "sessions"does not existで困っている。
test CHANGED
@@ -2,7 +2,9 @@
2
2
 
3
3
  ある日、masterをpullしたら、localhost:3000に以下のエラーが出るようになりました。
4
4
 
5
- 同僚のpcでは動いており、私のmacだけ動きません。私のpostgresに問題があるようです。
5
+ 同僚のmacでは動いており、私のmacだけ動きません。私のpostgresに問題があるようです。
6
+
7
+ postgresは10.4です。
6
8
 
7
9
 
8
10