「Tep3」を編集中
この編集を取り消せます。
下記の差分を確認して、本当に取り消していいか検証してください。よろしければ変更を保存して取り消しを完了してください。
最新版 | 編集中の文章 | ||
63行目: | 63行目: | ||
==== Clients ==== | ==== Clients ==== | ||
− | * | + | * ClientsをClientsとOthersに分ける 寺ごと(ノートごと)に出し入れする |
:- 新Clients(家テーブル) 旧Clientsから主を抜き出す ie_idを新Clientsのidにする そのidにOthersがぶらさがる 旧Clientsのmemoは別テーブルに移す | :- 新Clients(家テーブル) 旧Clientsから主を抜き出す ie_idを新Clientsのidにする そのidにOthersがぶらさがる 旧Clientsのmemoは別テーブルに移す | ||
<pre> | <pre> | ||
94行目: | 94行目: | ||
update clients set list_id = 102 where list_id is null; | update clients set list_id = 102 where list_id is null; | ||
</pre> | </pre> | ||
− | |||
==== Others ==== | ==== Others ==== | ||
− | * | + | * ClientsをClientsとOthersに分ける 寺ごと(ノートごと)に出し入れする |
<pre> | <pre> | ||
エクスポート | エクスポート | ||
149行目: | 148行目: | ||
tep3のOthersにインポートする | tep3のOthersにインポートする | ||
tep3_development=# \COPY others(user_id, note_id, client_id, name, yomi, nusi, line, generation, created_at, updated_at) FROM '/Users/jq/3tep_gomi/others_1.csv' WITH CSV DELIMITER ','; | tep3_development=# \COPY others(user_id, note_id, client_id, name, yomi, nusi, line, generation, created_at, updated_at) FROM '/Users/jq/3tep_gomi/others_1.csv' WITH CSV DELIMITER ','; | ||
+ | </pre> | ||
+ | <pre> | ||
+ | </pre> | ||
+ | <pre> | ||
+ | </pre> | ||
+ | <pre> | ||
</pre> | </pre> | ||
− | ==== Lists ==== | + | ==== Categories → Lists ==== |
− | * 旧Categoriesのset_id1を寺ごとに抜き出し Listsに入れる | + | * List |
+ | :- 旧Categoriesのset_id1を寺ごとに抜き出し Listsに入れる | ||
<pre> | <pre> | ||
エクスポート | エクスポート | ||
252行目: | 258行目: | ||
</pre> | </pre> | ||
− | + | === インポート === | |
− | + | \COPY notes(user_id, name, kind, meeting_time, role, created_at, updated_at) FROM '/Users/jq/3tep_gomi/notes.csv' WITH CSV DELIMITER ','; | |
− | + | ||
− | + | \COPY others(user_id, note_id, client_id, name, yomi, nusi, order1, order2, generation, created_at, updated_at) FROM '/Users/jq/3tep_gomi/others.csv' WITH CSV DELIMITER ','; | |
− | |||
− |