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:
pjmattal 2004-12-06 03:26:20 +00:00
parent 5f03363d34
commit 092c0dfd3f

View file

@ -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.
-- --