Skip to:
Content

BuddyPress.org

Changeset 1626


Ignore:
Timestamp:
07/21/2009 11:19:28 PM (17 years ago)
Author:
apeatling
Message:

Fixed error in group table creation SQL.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-groups.php

    r1621 r1626  
    11<?php
    22
    3 define ( 'BP_GROUPS_DB_VERSION', '1300' );
     3define ( 'BP_GROUPS_DB_VERSION', '1350' );
    44
    55/* Define the slug for the component */
     
    3434                        avatar_full varchar(250) NOT NULL,
    3535                    KEY creator_id (creator_id),
    36                     KEY status (status),
     36                    KEY status (status)
    3737                   ) {$charset_collate};";
    3838       
Note: See TracChangeset for help on using the changeset viewer.