mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
fixed the aur schema, added use AUR; line to make it
re-find the db after drop and cr-create
This commit is contained in:
parent
5f03363d34
commit
092c0dfd3f
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@
|
||||||
--
|
--
|
||||||
DROP DATABASE AUR;
|
DROP DATABASE AUR;
|
||||||
CREATE DATABASE AUR;
|
CREATE DATABASE AUR;
|
||||||
|
use AUR;
|
||||||
|
|
||||||
-- Define the Account Types for the AUR.
|
-- Define the Account Types for the AUR.
|
||||||
--
|
--
|
||||||
|
|
Loading…
Add table
Reference in a new issue