Make all references to AUR database consistent

Signed-off-by: Loui Chang <louipc.ist@gmail.com>
Signed-off-by: Simo Leone <simo@archlinux.org>
This commit is contained in:
Loui Chang 2008-02-28 11:37:39 -05:00 committed by Simo Leone
parent e0582fd0e2
commit 3577326b2b
3 changed files with 8 additions and 8 deletions

View file

@ -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.
--