3,765
回編集
差分
→仕訳帳テーブル
update_heroku=# update journals SET client_id = client_id + 40000 where note_id = 4;
UPDATE 719</nowiki>
client_idが無いデータの確認
<nowiki>update_heroku=# select count(*) from journals where client_id is null;
count
-------
9806
(1 row)</nowiki>