3,765
回編集
差分
→戒名テーブル 変更あり
update_heroku=# ALTER TABLE kaimyous ADD COLUMN memo text;
ALTER TABLE</nowiki>
新テーブルのclient_id other_idに合わせる
<nowiki>update_heroku=# update kaimyous SET client_id = client_id + 20000 where note_id = 2;
UPDATE 587
update_heroku=# update kaimyous SET client_id = client_id + 30000 where note_id = 3;
UPDATE 662
update_heroku=# update kaimyous SET client_id = client_id + 40000 where note_id = 4;
UPDATE 256
update_heroku=# update kaimyous SET other_id = other_id + 20000 where note_id = 2;
UPDATE 587
update_heroku=# update kaimyous SET other_id = other_id + 30000 where note_id = 3;
UPDATE 662
update_heroku=# update kaimyous SET other_id = other_id + 40000 where note_id = 4;
UPDATE 256</nowiki>
== UUIDを有効にする ==