Skip to:
Content

BuddyPress.org

Changeset 1687 for trunk/bp-groups.php


Ignore:
Timestamp:
08/24/2009 08:25:50 PM (16 years ago)
Author:
apeatling
Message:

DB version updates, minor css fixes to default theme.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-groups.php

    r1672 r1687  
    11<?php
    22
    3 define ( 'BP_GROUPS_DB_VERSION', '1300' );
     3define ( 'BP_GROUPS_DB_VERSION', '1700' );
    44
    55/* Define the slug for the component */
     
    3232            enable_wire tinyint(1) NOT NULL DEFAULT '1',
    3333            enable_forum tinyint(1) NOT NULL DEFAULT '1',
    34             date_created datetime NOT NULL,
    35             avatar_thumb varchar(250) NOT NULL,
    36             avatar_full varchar(250) NOT NULL,
     34            date_created datetime NOT NULL
    3735            KEY creator_id (creator_id),
    3836            KEY status (status)
Note: See TracChangeset for help on using the changeset viewer.