Skip to:
Content

bbPress.org


Ignore:
Timestamp:
03/18/2005 07:05:50 PM (21 years ago)
Author:
matt
Message:

Sticky support

File:
1 edited

Legend:

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

    r73 r74  
    3838  topic_open tinyint(1) NOT NULL default '1',
    3939  topic_last_post_id bigint(20) NOT NULL default '1',
     40  topic_sticky tinyint(1) NOT NULL default '0',
    4041  topic_posts bigint(20) NOT NULL default '0',
    4142  PRIMARY KEY  (topic_id),
Note: See TracChangeset for help on using the changeset viewer.