Changes between Version 4 and Version 5 of jazz/09-01-14


Ignore:
Timestamp:
Jan 14, 2009, 2:40:30 PM (15 years ago)
Author:
jazz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • jazz/09-01-14

    v4 v5  
    11= 2009-01-14 =
    22
    3  * Trac Wiki 改名的終極方法
     3 * Trac Wiki 改名的終極方法: 到 db/trac.db 去改內容
    44{{{
     5# sqlite3 db/trac.db
    56sqlite> update wiki set name='BOINC/Server' where name='BOINC_Server';
    67}}}
    78 * 如果有附件(Attachment)的話,比較麻煩 (1) 改 wiki (2) 改 attachment (3) 必須到 attachments/wiki/ 目錄去搬檔案
    89{{{
     10# sqlite3 db/trac.db
    911sqlite> update wiki set name='FlyCircuit/2008-03-26' where name='FlyCircit/2008-03-26';
    1012sqlite> update attachment set id='FlyCircuit/2008-03-26' where id='FlyCircit/2008-03-26';