mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
aur-schema.sql: Do not recreate the database
Modify the schema such that it only creates the necessary tables, indices and predefined data. This makes it easier to import the schema into a database with a name other than "AUR". Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org>
This commit is contained in:
parent
1af5ba64e7
commit
48f2837525
1 changed files with 0 additions and 3 deletions
|
@ -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.
|
||||
--
|
||||
|
|
Loading…
Add table
Reference in a new issue