Skip to:
Content

bbPress.org


Ignore:
Timestamp:
03/18/2005 02:01:48 AM (21 years ago)
Author:
matt
Message:

Allow closing of topics

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bb-admin/upgrade-schema.php

    r62 r73  
    3636  forum_id int(10) NOT NULL default '1',
    3737  topic_status tinyint(1) NOT NULL default '0',
     38  topic_open tinyint(1) NOT NULL default '1',
    3839  topic_last_post_id bigint(20) NOT NULL default '1',
    3940  topic_posts bigint(20) NOT NULL default '0',
Note: See TracChangeset for help on using the changeset viewer.