summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 5371a1d..024ebae 100644
--- a/admin/schema_inc.php
+++ b/admin/schema_inc.php
@@ -277,7 +277,7 @@ $gBitInstaller->registerSchemaIndexes( LIBERTY_PKG_NAME, $indices );
// ### Sequences
$sequences = array (
'liberty_content_id_seq' => array( 'start' => 1 ),
- 'liberty_comments_id_seq' => array( 'start' => 1 ),
+ 'liberty_comment_id_seq' => array( 'start' => 1 ),
'liberty_files_id_seq' => array( 'start' => 1 ),
'liberty_attachments_id_seq' => array( 'start' => 1 ),
'liberty_structures_id_seq' => array( 'start' => 4 ),