diff options
Diffstat (limited to 'support')
-rw-r--r-- | support/schema/aur-schema.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/support/schema/aur-schema.sql b/support/schema/aur-schema.sql index b6f7a67..7079622 100644 --- a/support/schema/aur-schema.sql +++ b/support/schema/aur-schema.sql @@ -3,6 +3,7 @@ -- DROP DATABASE AUR; CREATE DATABASE AUR; +use AUR; -- Define the Account Types for the AUR. -- |