Re: [php-gtk-webmaster] cvs: php-gtk-web /manual note.sql

[email protected] ("Steph Fox") Sun, 9 Jul 2006 18:21:26 +0200
Newsgroups php.gtk.webmaster
Message-ID <03e901c6a373$bad42670$6602a8c0@foxbox>
No, but I can put them back if you really want them... just nobody ever 
seemed to use them.


> Uhhh.. We don't have ratings on comments anymore??
>
> -Andrei
>
>
> On Jul 9, 2006, at 1:46 AM, Steph Fox wrote:
>
>> sfox Sun Jul  9 08:46:27 2006 UTC
>>
>>   Modified files:
>>     /php-gtk-web/manual note.sql
>>   Log:
>>   Update table structure
>>
>> http://cvs.php.net/viewvc.cgi/php-gtk-web/manual/note.sql? 
>> r1=1.1&r2=1.2&diff_format=u
>> Index: php-gtk-web/manual/note.sql
>> diff -u php-gtk-web/manual/note.sql:1.1 php-gtk-web/manual/note.sql: 1.2
>> --- php-gtk-web/manual/note.sql:1.1 Fri Aug 10 19:09:12 2001
>> +++ php-gtk-web/manual/note.sql Sun Jul  9 08:46:27 2006
>> @@ -1,19 +1,14 @@
>>  #
>> -# Table structure for table 'note'
>> +# Table structure for table 'notes'
>>  #
>>
>> -CREATE TABLE note (
>> -  id mediumint(9) NOT NULL auto_increment,
>> -  sect varchar(80),
>> -  user varchar(80),
>> -  note text,
>> -  ts datetime,
>> -  status varchar(16),
>> -  lang varchar(16),
>> -  votes mediumint(9) DEFAULT '0' NOT NULL,
>> -  rating mediumint(9) DEFAULT '0' NOT NULL,
>> -  PRIMARY KEY (id),
>> -  KEY sect (sect)
>> +CREATE TABLE notes(
>> +  id INTEGER PRIMARY KEY,
>> +  page CHAR(100),
>> +  lang CHAR(5),
>> +  date INT(11),
>> +  email CHAR(700),
>> +  display CHAR(700),
>> +  comment CHAR(4000)
>>  );
>>
>> -
>>
>> -- 
>> PHP-GTK Webmaster Mailing List (http://gtk.php.net/)
>> To unsubscribe, visit: http://www.php.net/unsub.php
>
> -- 
> PHP-GTK Webmaster Mailing List (http://gtk.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>
> __________ NOD32 1.1380 (20060125) Information __________
>
> This message was checked by NOD32 antivirus system.
> http://www.eset.com
>
>