差分

移動先: 案内検索

Tep3

402 バイト追加, 2022年2月23日 (水) 14:00
エクスポート インポート
...
</pre>
==== Categories → Lists ====
* 旧Categoriesのset_id1を寺ごとに抜き出し Listsに入れる
<pre>
エクスポート
\COPY (select user_id, jiin_id, content, line, created_at, updated_at from categories where jiin_id = 1 and content <> '' and set_id = 1 order by line asc) TO '/Users/jq/3tep_gomi/list_1.csv' WITH CSV DELIMITER ',' FORCE QUOTE * NULL AS '' HEADER;
 
...
</pre>
<pre>
</pre>
<pre>

案内メニュー