差分

移動先: 案内検索

Heroku

22 バイト追加, 2021年4月26日 (月) 18: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', 1, false)"   ←必要ならば   ←シーケンスのリセット
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'"

案内メニュー