From: Matthew G. <mat...@gm...> - 2008-01-16 22:43:35
|
Yup it is, but if he was running a 1.8 version created using a 1.8 mysql_populate script he would have never ran mysql_update-1.5-1.6.sql. The IP field was added in mysql_populate in revision 918, but not added to the 1.8.2.x upgrade scripts. So he would have missed getting an IP field added. I have added the IP field to the update scripts in SVN. On Wed, 2008-01-16 at 23:23 +0100, Franky Van Liedekerke wrote: > Hi Bishop, > > this statement: > > ALTER TABLE response ADD COLUMN ip CHAR(64); > > was already in the mysql_update-1.5-1.6.sql file ... I wonder if your > install really was 1.8.2? > Or maybe the create script didn't include this column for 1.8.2 and > decided not to use it then, but I can't say that for sure, that's way > too long in the past for me and before I started changing it. It > somebody can confirm this, I'll add this line to the upgrade file. > > Franky > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2008. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > phpESP-devel mailing list > php...@li... > https://lists.sourceforge.net/lists/listinfo/phpesp-devel |