summaryrefslogtreecommitdiff
path: root/admin/schema_inc.php
diff options
context:
space:
mode:
Diffstat (limited to 'admin/schema_inc.php')
-rw-r--r--admin/schema_inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/schema_inc.php b/admin/schema_inc.php
index 2d5a750..3fcbe42 100644
--- a/admin/schema_inc.php
+++ b/admin/schema_inc.php
@@ -93,7 +93,7 @@ $tables = array(
root_id I4 NOTNULL,
thread_forward_sequence C(250),
thread_reverse_sequence C(250),
- anon_name c(64)
+ 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` )