diff --git a/support/schema/aur-schema.sql b/support/schema/aur-schema.sql index 982014c8..d269d4bb 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. -- diff --git a/web/lib/aur.inc b/web/lib/aur.inc index 0563da86..dae2fe4c 100644 --- a/web/lib/aur.inc +++ b/web/lib/aur.inc @@ -1,4 +1,5 @@