diff options
| author | Jams H Thompson <jht001@users.sourceforge.net> | 2006-08-25 23:32:30 +0000 |
|---|---|---|
| committer | Jams H Thompson <jht001@users.sourceforge.net> | 2006-08-25 23:32:30 +0000 |
| commit | f9819cb0363b992dbb5e91255207962360c15a03 (patch) | |
| tree | b1a39ecb605a2ebe0467b126c354b5cc3266db04 /admin/schema_inc.php | |
| parent | 32a35d67dce7b28150d0b2a7ad5cc85c714465b5 (diff) | |
| download | liberty-f9819cb0363b992dbb5e91255207962360c15a03.tar.gz liberty-f9819cb0363b992dbb5e91255207962360c15a03.tar.bz2 liberty-f9819cb0363b992dbb5e91255207962360c15a03.zip | |
Fix syntax error in schema
Diffstat (limited to 'admin/schema_inc.php')
| -rw-r--r-- | admin/schema_inc.php | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/admin/schema_inc.php b/admin/schema_inc.php index 3fcbe42..919b373 100644 --- a/admin/schema_inc.php +++ b/admin/schema_inc.php @@ -93,11 +93,10 @@ $tables = array( root_id I4 NOTNULL, thread_forward_sequence C(250), thread_reverse_sequence C(250), - anon_name C(64), - CONSTRAINT ' - , CONSTRAINT `liberty_comments_content_ref` FOREIGN KEY (`content_id`) REFERENCES `".BIT_DB_PREFIX."liberty_content`( `content_id` ) - , CONSTRAINT `liberty_comments_parent_ref` FOREIGN KEY (`parent_id`) REFERENCES `".BIT_DB_PREFIX."liberty_content`( `content_id` ) - , CONSTRAINT `liberty_comments_root_ref` FOREIGN KEY (`root_id`) REFERENCES `".BIT_DB_PREFIX."liberty_content`( `content_id` )' + anon_name C(64) + CONSTRAINT ', CONSTRAINT `liberty_comments_content_ref` FOREIGN KEY (`content_id`) REFERENCES `".BIT_DB_PREFIX."liberty_content`( `content_id` ) + , CONSTRAINT `liberty_comments_parent_ref` FOREIGN KEY (`parent_id`) REFERENCES `".BIT_DB_PREFIX."liberty_content`( `content_id` ) + , CONSTRAINT `liberty_comments_root_ref` FOREIGN KEY (`root_id`) REFERENCES `".BIT_DB_PREFIX."liberty_content`( `content_id` )' ", 'liberty_link_cache' => " |
