From 2f27045c0ffe988dcb2b94b2766d6a2e5f22abde Mon Sep 17 00:00:00 2001 From: pjmattal Date: Sat, 9 Apr 2005 20:54:55 +0000 Subject: changed db name from AUR to aur moved db config for webapp into the config file --- support/schema/aur-schema.sql | 6 +++--- web/lib/aur.inc | 11 +++++------ 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/support/schema/aur-schema.sql b/support/schema/aur-schema.sql index 982014c..d269d4b 100644 --- a/support/schema/aur-schema.sql +++ b/support/schema/aur-schema.sql @@ -1,9 +1,9 @@ -- The MySQL database layout for the AUR. Certain data -- is also included such as AccountTypes, PackageLocations, etc. -- -DROP DATABASE AUR; -CREATE DATABASE AUR; -use AUR; +DROP DATABASE aur; +CREATE DATABASE aur; +use aur; -- Define the Account Types for the AUR. -- diff --git a/web/lib/aur.inc b/web/lib/aur.inc index 0563da8..dae2fe4 100644 --- a/web/lib/aur.inc +++ b/web/lib/aur.inc @@ -1,4 +1,5 @@