diff options
| author | Christian Fowler <spider@viovio.com> | 2006-02-17 22:06:23 +0000 |
|---|---|---|
| committer | Christian Fowler <spider@viovio.com> | 2006-02-17 22:06:23 +0000 |
| commit | 950ca2d838596dcb9ba9d06aea73f3f4c3d430b1 (patch) | |
| tree | f46efdeaa1b436b4bcbc64feb0777208fa3b18b8 /admin/schema_inc.php | |
| parent | ba71f7af8183fc65f463338823a3b1198b49ec63 (diff) | |
| download | liberty-950ca2d838596dcb9ba9d06aea73f3f4c3d430b1.tar.gz liberty-950ca2d838596dcb9ba9d06aea73f3f4c3d430b1.tar.bz2 liberty-950ca2d838596dcb9ba9d06aea73f3f4c3d430b1.zip | |
rename and move wiki_action_log to generalized liberty_action_log in liberty, rename columns with the universally poorly named title of 'comment' and 'level', get liberty_content_history working properly. seems good for any content now.
Diffstat (limited to 'admin/schema_inc.php')
| -rw-r--r-- | admin/schema_inc.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/admin/schema_inc.php b/admin/schema_inc.php index fd1a1d6..aa6fa46 100644 --- a/admin/schema_inc.php +++ b/admin/schema_inc.php @@ -49,7 +49,7 @@ $tables = array( description C(200), user_id C(40), ip C(15), - `comment` C(200), + history_comment C(200), data X CONSTRAINT ', CONSTRAINT `liberty_history_content_ref` FOREIGN KEY (`content_id`) REFERENCES `".BIT_DB_PREFIX."liberty_content`( `content_id` )' ", @@ -128,7 +128,7 @@ $tables = array( file_id I4 PRIMARY, user_id I4 NOTNULL, storage_path C(250), - `size` I4, + file_size I4, mime_type C(64) ", @@ -136,7 +136,7 @@ $tables = array( structure_id I4 AUTO PRIMARY, root_structure_id I4 NOTNULL, content_id I4 NOTNULL, - `level` I1 NOTNULL DEFAULT 1, + structure_level I1 NOTNULL DEFAULT 1, pos I4, page_alias C(240), parent_id I4 |
