Update of /cvsroot/openinteract/OpenInteract/pkg/base/OpenInteract/SQLInstall
In directory usw-pr-cvs1:/tmp/cvs-serv24863/OpenInteract/SQLInstall
Modified Files:
Base.pm
Log Message:
moved the object_track table into the object_activity package
Index: Base.pm
===================================================================
RCS file: /cvsroot/openinteract/OpenInteract/pkg/base/OpenInteract/SQLInstall/Base.pm,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** Base.pm 2001/08/21 12:45:35 1.5
--- Base.pm 2001/10/18 01:29:15 1.6
***************
*** 11,15 ****
my %files = (
! tables => [ 'sessions.sql', 'object_track.sql', 'object_keys.sql' ],
security => [ 'install_security.dat' ],
);
--- 11,15 ----
my %files = (
! tables => [ 'sessions.sql', 'object_keys.sql' ],
security => [ 'install_security.dat' ],
);
***************
*** 23,58 ****
1;
-
- __END__
-
- =pod
-
- =head1 NAME
-
- OpenInteract::SQLInstall::Base - SQL installer for the base package
-
- =head1 DESCRIPTION
-
- SQL installer for the base package. Just create the tables 'sessions'
- and 'object_track' and set the various security options.
-
- =head1 BUGS
-
- None known.
-
- =head1 TO DO
-
- Nothing.
-
- =head1 COPYRIGHT
-
- Copyright (c) 2001 intes.net, inc.. All rights reserved.
-
- This library is free software; you can redistribute it and/or modify
- it under the same terms as Perl itself.
-
- =head1 AUTHORS
-
- Chris Winters <ch...@cw...>
-
- =cut
--- 23,24 ----
|