|
From: Patrick M. <mai...@st...> - 2001-10-12 10:42:49
|
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?
|