summaryrefslogtreecommitdiffstats
path: root/support
diff options
context:
space:
mode:
authorpjmattal <pjmattal>2004-12-06 04:26:20 +0100
committerpjmattal <pjmattal>2004-12-06 04:26:20 +0100
commit092c0dfd3fb5ac028e797d5e8d9cc0f6d19355d6 (patch)
treedcb1d58c5c05425266ca17792dec93d0f026df4b /support
parent5f03363d34e465b174a23843463b332c3584458c (diff)
downloadaur-092c0dfd3fb5ac028e797d5e8d9cc0f6d19355d6.tar.gz
aur-092c0dfd3fb5ac028e797d5e8d9cc0f6d19355d6.tar.xz
fixed the aur schema, added use AUR; line to make it
re-find the db after drop and cr-create
Diffstat (limited to 'support')
-rw-r--r--support/schema/aur-schema.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/support/schema/aur-schema.sql b/support/schema/aur-schema.sql
index b6f7a67d..70796221 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.
--