diff options
author | Loui Chang <louipc.ist@gmail.com> | 2008-02-28 11:37:39 -0500 |
---|---|---|
committer | Simo Leone <simo@archlinux.org> | 2008-03-23 03:04:17 -0500 |
commit | 3577326b2b32bad2765cdacd2959dd4fea48c2f8 (patch) | |
tree | 672958d6ce79438d182e7a6329e33a420611b624 /support | |
parent | e0582fd0e2c905da312aefde7e01f9d34baa2810 (diff) | |
download | aurweb-3577326b2b32bad2765cdacd2959dd4fea48c2f8.tar.xz |
Make all references to AUR database consistent
Signed-off-by: Loui Chang <louipc.ist@gmail.com>
Signed-off-by: Simo Leone <simo@archlinux.org>
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 371f140..d123595 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. -- |