|
From: Ben C. <php...@be...> - 2001-10-12 12:18:00
|
Because I was trying to get it done really quickly instead of correctly. :) I'll be changing it to match the rest of the DB creation stuff in the next few minutes. You'll notice I also left out the third column from the table. :)
On Fri, Oct 12, 2001 at 12:43:20PM +0200, Patrick Mairif wrote:
> On Thu, Oct 11, 2001 at 09:19:33PM -0700, Benjamin Curtis wrote:
> > --- NEW FILE: changes-0.4.0.sql ---
> > create table configuration (varname char(40) not null, varvalue char(255) not null, primary key (varname));
> > INSERT INTO configuration VALUES ('INSTALL_URL','http://localhost/~bcurtis/phpbt','');
>
> Why do you use a fixed tablename "configuration" instead a dynamic
> one?
>
> _______________________________________________
> phpbt-dev mailing list
> php...@li...
> https://lists.sourceforge.net/lists/listinfo/phpbt-dev
|