From 3577326b2b32bad2765cdacd2959dd4fea48c2f8 Mon Sep 17 00:00:00 2001 From: Loui Chang Date: Thu, 28 Feb 2008 11:37:39 -0500 Subject: Make all references to AUR database consistent Signed-off-by: Loui Chang Signed-off-by: Simo Leone --- 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 371f140a..d123595a 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