-- -- Copyright (C) 2001, 2002 OpenForce, Inc. -- -- This file is part of dotLRN. -- -- dotLRN is free software; you can redistribute it and/or modify it under the -- terms of the GNU General Public License as published by the Free Software -- Foundation; either version 2 of the License, or (at your option) any later -- version. -- -- dotLRN is distributed in the hope that it will be useful, but WITHOUT ANY -- WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS -- FOR A PARTICULAR PURPOSE. See the GNU General Public License for more -- details. -- -- -- Create the dotLRN Admins package -- -- @author yon@openforce.net -- @version $Id: admins-create.sql,v 1.1 2002/07/08 21:04:14 yon Exp $ -- create table dotlrn_admin_profile_rels ( rel_id integer constraint dotlrn_adm_prfl_rels_rel_id_fk references dotlrn_user_profile_rels (rel_id) constraint dotlrn_admin_prfl_rels_pk primary key ); \i admin-profile-provider-create.sql \i admins-init.sql \i admins-package-create.sql