差分

移動先: 案内検索

Tep3-onk-2

641 バイト追加, 2022年10月2日 (日) 16:54
戒名テーブル 変更あり
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を有効にする ==

案内メニュー