「Heroku」の版間の差分
提供: wikipokpok
7行目: | 7行目: | ||
heroku pg:psql -c "\copy kaimyous (content,user_id,jiin_id,client_id,created_at,updated_at,date,ie_id,g_age,relationship,ie_id_v) from '/home/shudo/an_meibo.csv' with csv" | heroku pg:psql -c "\copy kaimyous (content,user_id,jiin_id,client_id,created_at,updated_at,date,ie_id,g_age,relationship,ie_id_v) from '/home/shudo/an_meibo.csv' with csv" | ||
+ | |||
+ | scheduleのデータ移行 新しいie_id,client_idは空 履歴に出てこない |
2019年2月2日 (土) 11:00時点における版
heroku pg:psql -c "\d clients"
heroku pg:psql -c "select * from clients_id_seq"
idで名前と戒名を紐付ける
heroku pg:psql -c "\copy clients (id,name,yomi,ie_id,nusi,user_id,jiin_id,created_at,updated_at,ie_id_v) from '/home/shudo/an_meibo.csv' with csv"
heroku pg:psql -c "\copy kaimyous (content,user_id,jiin_id,client_id,created_at,updated_at,date,ie_id,g_age,relationship,ie_id_v) from '/home/shudo/an_meibo.csv' with csv"
scheduleのデータ移行 新しいie_id,client_idは空 履歴に出てこない