diff options
| author | Tekimaki <tekimaki_admin@users.sourceforge.net> | 2009-03-26 20:11:42 +0000 |
|---|---|---|
| committer | Tekimaki <tekimaki_admin@users.sourceforge.net> | 2009-03-26 20:11:42 +0000 |
| commit | 07756ac97a85eee3e3478e2db6dcb947e52c2817 (patch) | |
| tree | 739e9303cd9164bcd0147eba77e23a580178a585 | |
| parent | 4fdac6e7f06924b631035572702d7829f2bded11 (diff) | |
| download | liberty-07756ac97a85eee3e3478e2db6dcb947e52c2817.tar.gz liberty-07756ac97a85eee3e3478e2db6dcb947e52c2817.tar.bz2 liberty-07756ac97a85eee3e3478e2db6dcb947e52c2817.zip | |
sequence is singular major fuck up
| -rw-r--r-- | admin/schema_inc.php | 2 |
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 ), |
