[whups] Patch for Assignation CVS diff
Alex L
admin@networkessence.net
Wed, 10 Oct 2001 10:37:04 -0500
Quoting Chuck Hagenbuch <chuck@horde.org>:
>
> There are sql changes (new table?) assumed by this diff... can you describe
>
> them, send new tables, etc.?
>
oopsie...forgot
Here is new table:
#
# Table structure for table 'whups_users'
#
CREATE TABLE whups_users (
whups_user_id varchar(32) DEFAULT '' NOT NULL,
whups_user_name varchar(64),
whups_user_email varchar(96),
PRIMARY KEY (whups_user_id)
);
#
# Dumping data for table 'whups_users'
#
INSERT INTO whups_users VALUES ('1','admin','admin@example.com');
INSERT INTO whups_users VALUES ('2','test','test@example.com');
-Alex
-------------------------------------------------
This mail sent through IMP: http://horde.org/imp/