From 44c930bf0a4e11dc03e12af7a024890338f5047b Mon Sep 17 00:00:00 2001 From: Max Kremmel Date: Thu, 2 Feb 2006 09:21:28 +0000 Subject: detikify --- admin/schema_inc.php | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) (limited to 'admin/schema_inc.php') diff --git a/admin/schema_inc.php b/admin/schema_inc.php index 04874e7..c614cbc 100644 --- a/admin/schema_inc.php +++ b/admin/schema_inc.php @@ -31,7 +31,7 @@ $tables = array( ip C(15), comment C(200), data X - CONSTRAINTS ', CONSTRAINT `tiki_history_page_ref` FOREIGN KEY (`page_id`) REFERENCES `".BIT_DB_PREFIX."wiki_pages`( `page_id` )' + CONSTRAINTS ', CONSTRAINT `liberty_history_page_ref` FOREIGN KEY (`page_id`) REFERENCES `".BIT_DB_PREFIX."wiki_pages`( `page_id` )' ", 'liberty_content_links' => " @@ -103,15 +103,6 @@ $tables = array( , CONSTRAINT `liberty_attachment_type_ref` FOREIGN KEY (`attachment_plugin_guid`) REFERENCES `".BIT_DB_PREFIX."liberty_plugins`( `plugin_guid` )' ", -//'tiki_blobs' => ' -// blob_id I4 PRIMARY, -// user_id I4 NOTNULL, -// blob_size I8 NOTNULL, -// blob_name C(250) NOTNULL, -// blob_data_type C(100) NOTNULL, -// blob_data B NOTNULL -//', - 'liberty_files' => " file_id I4 PRIMARY, user_id I4 NOTNULL, -- cgit v1.3