diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2006-02-02 09:21:28 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2006-02-02 09:21:28 +0000 |
| commit | 44c930bf0a4e11dc03e12af7a024890338f5047b (patch) | |
| tree | 702fd91e58849265bd31ff1ea1fe6871c7addb2b /admin/schema_inc.php | |
| parent | f5f6b1402682b739a78246aaebae40fd00f15279 (diff) | |
| download | liberty-44c930bf0a4e11dc03e12af7a024890338f5047b.tar.gz liberty-44c930bf0a4e11dc03e12af7a024890338f5047b.tar.bz2 liberty-44c930bf0a4e11dc03e12af7a024890338f5047b.zip | |
detikify
Diffstat (limited to 'admin/schema_inc.php')
| -rw-r--r-- | admin/schema_inc.php | 11 |
1 files changed, 1 insertions, 10 deletions
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, |
