3,765
回編集
差分
→schedulesテーブル
替え玉のidでschedulesのclient_id null を埋める
<nowiki>update_heroku=# update schedules set client_id = 1 where note_id = 1 and client_id is null;
UPDATE 499
update_heroku=# update schedules set client_id = 2 where note_id = 2 and client_id is null;
UPDATE 255
update_heroku=# update schedules set client_id = 3 where note_id = 4 and client_id is null;
UPDATE 90</nowiki>
=== ダンプ ここまで形を整えたデータベースをバックアップしとく ===