summaryrefslogtreecommitdiffstats
path: root/support
diff options
context:
space:
mode:
Diffstat (limited to 'support')
-rw-r--r--support/schema/aur-schema.sql6
1 files changed, 3 insertions, 3 deletions
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.
--