差分

移動先: 案内検索

Tep3-onk-2

313 バイト追加, 2022年12月14日 (水) 14:56
relationshipsテーブル
-------
40</nowiki>
 
relationshipsテーブル ダンプ
% pg_dump --username=jq --table relationships latest_dump > ../new_relationships.sql
 
update_dumpデータベースにリストアしてロール列を削除する
% psql --username=jq update_dump < ../new_relationships.sql
=# ALTER TABLE relationships DROP COLUMN role;
== UUIDを有効にする ==

案内メニュー