diff options
Diffstat (limited to 'schema')
-rw-r--r-- | schema/aur-schema.sql | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/schema/aur-schema.sql b/schema/aur-schema.sql index b75a257c..418e5323 100644 --- a/schema/aur-schema.sql +++ b/schema/aur-schema.sql @@ -1,9 +1,6 @@ -- The MySQL database layout for the AUR. Certain data -- is also included such as AccountTypes, etc. -- -DROP DATABASE IF EXISTS AUR; -CREATE DATABASE AUR DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci; -USE AUR; -- Define the Account Types for the AUR. -- |