3,765
回編集
差分
→noteテーブル
CREATE INDEX
ERROR: there is no unique constraint matching given keys for referenced table "users_old"</nowiki>
noteテーブルにインサートする
<nowiki>=# insert into notes
(
id, content, user_id, created_at, updated_at, kind
)
select
id, jiin_name, user_id, created_at, updated_at, kind
from
jiins;
INSERT 0 14</nowiki>
=== 旧テーブルのclientsをclientsとotherに分ける ===