Changeset 74 for trunk/bb-admin/upgrade-schema.php
- Timestamp:
- 03/18/2005 07:05:50 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/bb-admin/upgrade-schema.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bb-admin/upgrade-schema.php
r73 r74 38 38 topic_open tinyint(1) NOT NULL default '1', 39 39 topic_last_post_id bigint(20) NOT NULL default '1', 40 topic_sticky tinyint(1) NOT NULL default '0', 40 41 topic_posts bigint(20) NOT NULL default '0', 41 42 PRIMARY KEY (topic_id),
Note: See TracChangeset
for help on using the changeset viewer.