[geeklog-cvs] geeklog-1.3/sql mysql_tableanddata.php,1.83,1.84

dhaun at iowaoutdoors.org dhaun at iowaoutdoors.org
Thu Sep 30 04:02:38 EDT 2004


Update of /var/cvs/geeklog-1.3/sql
In directory www:/tmp/cvs-serv18217/sql

Modified Files:
	mysql_tableanddata.php 
Log Message:
Allow up to 40 characters for the story ID


Index: mysql_tableanddata.php
===================================================================
RCS file: /var/cvs/geeklog-1.3/sql/mysql_tableanddata.php,v
retrieving revision 1.83
retrieving revision 1.84
diff -C2 -d -r1.83 -r1.84
*** mysql_tableanddata.php	30 Sep 2004 07:37:37 -0000	1.83
--- mysql_tableanddata.php	30 Sep 2004 08:02:34 -0000	1.84
***************
*** 372,376 ****
  $_SQL[28] = "
  CREATE TABLE {$_TABLES['stories']} (
!   sid varchar(20) NOT NULL default '',
    uid mediumint(8) NOT NULL default '1',
    draft_flag tinyint(3) unsigned default '0',
--- 372,376 ----
  $_SQL[28] = "
  CREATE TABLE {$_TABLES['stories']} (
!   sid varchar(40) NOT NULL default '',
    uid mediumint(8) NOT NULL default '1',
    draft_flag tinyint(3) unsigned default '0',
***************
*** 557,561 ****
  $_SQL[39] = "
  CREATE TABLE {$_TABLES['article_images']} (
!   ai_sid varchar(20) NOT NULL,
    ai_img_num tinyint(2) unsigned NOT NULL,
    ai_filename varchar(128) NOT NULL,
--- 557,561 ----
  $_SQL[39] = "
  CREATE TABLE {$_TABLES['article_images']} (
!   ai_sid varchar(40) NOT NULL,
    ai_img_num tinyint(2) unsigned NOT NULL,
    ai_filename varchar(128) NOT NULL,




More information about the geeklog-cvs mailing list