Search:
Login
Preferences
Help/Guide
About Trac
Wiki
Search
Context Navigation
←
Previous Change
Wiki History
Next Change
→
Changes between
Version 2
and
Version 3
of
pm/Tracメモ
View differences
inline
side by side
Show
lines around each change
Show the changes in full context
Ignore:
Blank lines
Case changes
White space changes
Timestamp:
1970/01/01 09:19:23 (
55 years
ago)
Author:
yuna
Comment:
--
Legend:
Unmodified
Added
Removed
Modified
pm/Tracメモ
v2
v3
179
179
</Location>
180
180
}}}
181
182
183
== SQLiteのアップグレード ==
184
SQLiteのバージョンを上げたいときは、次のようにして、SQLite2.xのDBをSQLite3.xのDBに変換する。
185
{{{
186
# sqlite trac.db .dump > dump.sql
187
# sqlite trac3.db ".read dump.sql"
188
# mv trac3.db trac.db
189
}}}
190
191
}}}