changed db name from AUR to aur

moved db config for webapp into the config file
This commit is contained in:
pjmattal 2005-04-09 20:54:55 +00:00
parent 20c02507ab
commit 2f27045c0f
2 changed files with 8 additions and 9 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.
--