diff options
author | pjmattal <pjmattal> | 2004-12-06 03:26:20 +0000 |
---|---|---|
committer | pjmattal <pjmattal> | 2004-12-06 03:26:20 +0000 |
commit | 092c0dfd3fb5ac028e797d5e8d9cc0f6d19355d6 (patch) | |
tree | dcb1d58c5c05425266ca17792dec93d0f026df4b | |
parent | 5f03363d34e465b174a23843463b332c3584458c (diff) | |
download | aurweb-092c0dfd3fb5ac028e797d5e8d9cc0f6d19355d6.tar.xz |
fixed the aur schema, added use AUR; line to make it
re-find the db after drop and cr-create
-rw-r--r-- | support/schema/aur-schema.sql | 1 |
1 files changed, 1 insertions, 0 deletions
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. -- |