From 64db123697c4ce34bd9ef0c3881771627465ae6b Mon Sep 17 00:00:00 2001 From: eric Date: Tue, 22 Jun 2004 14:26:54 +0000 Subject: pulled out account functions into separate include file --- support/schema/aur-schema.sql | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'support') diff --git a/support/schema/aur-schema.sql b/support/schema/aur-schema.sql index 8ed407c7..ede9e6ea 100644 --- a/support/schema/aur-schema.sql +++ b/support/schema/aur-schema.sql @@ -38,8 +38,8 @@ CREATE TABLE Users ( FOREIGN KEY (AccountTypeID) REFERENCES AccountTypes(ID) ON DELETE NO ACTION ); -- A default developer account for testing purposes -INSERT INTO Users (ID, AccountTypeID, Email, Passwd) VALUES ( - 1, 3, 'root@localhost', 'changeme'); +INSERT INTO Users (ID, AccountTypeID, Username, Email, Passwd) VALUES ( + 1, 3, 'root', 'root@localhost', 'changeme'); -- Track Users logging in/out of AUR web site. -- cgit v1.2.3-24-g4f1b