mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 09:43:03 +00:00
changed db name from AUR to aur
moved db config for webapp into the config file
This commit is contained in:
parent
20c02507ab
commit
2f27045c0f
2 changed files with 8 additions and 9 deletions
|
@ -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.
|
||||
--
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue