Changeset 1735 for trunk/wp-admin/upgrade-schema.php
- Timestamp:
- 10/04/2004 08:19:12 AM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/upgrade-schema.php
r1725 r1735 23 23 comment_content text NOT NULL, 24 24 comment_karma int(11) NOT NULL default '0', 25 comment_approved tinyint(1) NOT NULL default '1',25 comment_approved enum('0','1') NOT NULL default '1', 26 26 comment_agent varchar(255) NOT NULL default '', 27 27 comment_type varchar(20) NOT NULL default '',
Note: See TracChangeset
for help on using the changeset viewer.