diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2008-11-13 09:43:56 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2008-11-13 09:43:56 +0000 |
| commit | 7d37ed240e54d4651a1a38b4d325c5e54fb4d6d0 (patch) | |
| tree | 6b3756fdb4faba0720e8a0235c7578116df8cb9a /admin | |
| parent | 7c8979dded90784e749dd7b66ed3bc628c3bedb8 (diff) | |
| download | wiki-7d37ed240e54d4651a1a38b4d325c5e54fb4d6d0.tar.gz wiki-7d37ed240e54d4651a1a38b4d325c5e54fb4d6d0.tar.bz2 wiki-7d37ed240e54d4651a1a38b4d325c5e54fb4d6d0.zip | |
oops. nuked needed table by accident.
Diffstat (limited to 'admin')
| -rw-r--r-- | admin/schema_inc.php | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/admin/schema_inc.php b/admin/schema_inc.php index 47c9731..8f4bc99 100644 --- a/admin/schema_inc.php +++ b/admin/schema_inc.php @@ -2,6 +2,14 @@ $tables = array( +'wiki_pages' => " + page_id I4 PRIMARY, + content_id I4 NOTNULL, + wiki_page_size I4 DEFAULT 0, + edit_comment C(200), + flag C(1) +", + 'wiki_footnotes' => " user_id I4 PRIMARY, page_id I4 NOTNULL, |
