Trac Database Schema: Wiki System
Trac's wiki system stores the pages (including old versions) in just a single database table.
Table wiki
Table | Key |
wiki | name, version |
Columns | Type | Notes |
name | ||
version | int | |
time | int64 | |
author | ||
Removed in Trac 1.3.1 (see #9612) | ||
text | ||
comment | ||
readonly | int |
Indexes |
time |
Stores the wiki pages (current and old versions).
Use the trac.wiki.model.WikiPage
model class instead of accessing this table directly.
Last modified
8 years ago
Last modified on Feb 9, 2017, 11:17:47 PM
Note:
See TracWiki
for help on using the wiki.