From 092c0dfd3fb5ac028e797d5e8d9cc0f6d19355d6 Mon Sep 17 00:00:00 2001
From: pjmattal <pjmattal>
Date: Mon, 6 Dec 2004 03:26:20 +0000
Subject: fixed the aur schema, added use AUR; line to make it re-find the db
 after drop and cr-create

---
 support/schema/aur-schema.sql | 1 +
 1 file changed, 1 insertion(+)

(limited to 'support/schema')

diff --git a/support/schema/aur-schema.sql b/support/schema/aur-schema.sql
index b6f7a67..7079622 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.
 --
-- 
cgit v1.2.3-54-g00ecf