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 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'support') diff --git a/support/schema/aur-schema.sql b/support/schema/aur-schema.sql index 982014c8..d269d4bb 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. -- -- cgit v1.2.3-24-g4f1b