差分

移動先: 案内検索

Tep3

182 バイト追加, 2022年2月24日 (木) 10:08
データベース移行
* 旧Categories set_id 2 が主なカテゴリ
<pre>
インポート* エクスポート
\COPY (select id, user_id, jiin_id, content, line, created_at, updated_at from categories where jiin_id = 1 and set_id = 2 and content <> '' order by line asc) TO '/Users/jq/3tep_gomi/category_1_1.csv' WITH CSV DELIMITER ',' FORCE QUOTE * NULL AS '' HEADER;
...
</pre>
<pre>
* インポート
\COPY categories(id, user_id, note_id, content, line, created_at, updated_at) FROM '/Users/jq/3tep_gomi/category_1_1.csv' WITH CSV DELIMITER ',';
</pre>
<pre>

案内メニュー