差分

移動先: 案内検索

Heroku

27 バイト追加, 2021年4月26日 (月) 11:19
ローカルのテーブルをCSVで書き出しHEROKUのテーブルにコピーする
=# COPY descriptions(content,user_id,jiin_id,account_id,created_at,updated_at,money) TO '/Users/jq/environment/table_data/descriptions.csv';
heroku pg:psql -c "select setval ('descriptions_id_seq', 0)"   ←必要ならば
heroku pg:psql -c "\COPY descriptions(content,user_id,jiin_id,account_id,created_at,updated_at,money) FROM '/Users/jq/environment/table_data/descriptions.csv'"

案内メニュー