diff options
author | Loui Chang <louipc.ist@gmail.com> | 2008-02-28 17:37:39 +0100 |
---|---|---|
committer | Simo Leone <simo@archlinux.org> | 2008-03-23 09:04:17 +0100 |
commit | 3577326b2b32bad2765cdacd2959dd4fea48c2f8 (patch) | |
tree | 672958d6ce79438d182e7a6329e33a420611b624 /support/schema/aur-schema.sql | |
parent | e0582fd0e2c905da312aefde7e01f9d34baa2810 (diff) | |
download | aur-3577326b2b32bad2765cdacd2959dd4fea48c2f8.tar.gz aur-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/schema/aur-schema.sql')
-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 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. -- |