差分

Tep3

104 バイト追加, 2022年2月23日 (水) 11:46
エクスポート インポート
== データベース移行 ==
=== エクスポート インポート ===
==== Users ====
* はじめにtepnoteのユーザーをエクスポートし tep3にインポートする
==== Jiins → Notes ====
* tepnoteのjiinsをエクスポートし tep3のnotesにインポートする
<pre>
(14 rows)
</pre>
==== ClientsをClientsとOthersに分ける ====
*
<pre>
<pre>
\COPY (select user_id, jiin_id, ie_id, name, yomi, nusi, each_order, table_order, generation, created_at, updated_at from clients order by jiin_id asc, ie_id asc) TO '/Users/jq/3tep_gomi/others.csv' WITH CSV DELIMITER ',' FORCE QUOTE * NULL AS '' HEADER;
</pre>
<pre>
</pre>