diff options
author | pjmattal <pjmattal> | 2005-04-09 20:54:55 +0000 |
---|---|---|
committer | pjmattal <pjmattal> | 2005-04-09 20:54:55 +0000 |
commit | 2f27045c0ffe988dcb2b94b2766d6a2e5f22abde (patch) | |
tree | b0f248b5b7bc8d818d1e649181790851e986ba04 /support | |
parent | 20c02507ab2e9ea1f36910611b50b00f32a8365d (diff) | |
download | aurweb-2f27045c0ffe988dcb2b94b2766d6a2e5f22abde.tar.xz |
changed db name from AUR to aur
moved db config for webapp into the config file
Diffstat (limited to 'support')
-rw-r--r-- | support/schema/aur-schema.sql | 6 |
1 files changed, 3 insertions, 3 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. -- |