[wp-cvs] wordpress/wp-admin upgrade-schema.php,1.6,1.7
Donncha O Caoimh
donncha at users.sourceforge.net
Thu Sep 30 12:26:03 UTC 2004
Update of /cvsroot/cafelog/wordpress/wp-admin
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12604
Modified Files:
upgrade-schema.php
Log Message:
Changed length of ID field in posts table so it matches the post_id
field in other tables.
Index: upgrade-schema.php
===================================================================
RCS file: /cvsroot/cafelog/wordpress/wp-admin/upgrade-schema.php,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** upgrade-schema.php 15 Sep 2004 15:09:38 -0000 1.6
--- upgrade-schema.php 30 Sep 2004 12:25:49 -0000 1.7
***************
*** 98,102 ****
);
CREATE TABLE $wpdb->posts (
! ID int(10) unsigned NOT NULL auto_increment,
post_author int(4) NOT NULL default '0',
post_date datetime NOT NULL default '0000-00-00 00:00:00',
--- 98,102 ----
);
CREATE TABLE $wpdb->posts (
! ID int(11) unsigned NOT NULL auto_increment,
post_author int(4) NOT NULL default '0',
post_date datetime NOT NULL default '0000-00-00 00:00:00',
***************
*** 225,227 ****
endforeach;
}
! ?>
\ No newline at end of file
--- 225,227 ----
endforeach;
}
! ?>
More information about the cvs
mailing list