Commit d663dfc23dfaca1b9dc44569599d7de6f6f6e5b3

Authored by Kevin Fourie
1 parent 16aea0c0

KTS-3424

"Remove reliance on zseq_tables"
Updated. Added header to sql files.

Committed By: Kevin Fourie
Reviewed By: Conrad Vermeulen


git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@8716 c91229c3-7414-0410-bfa2-8a42b809f60b
sql/mysql/install/data.sql
  1 +--
  2 +-- $Id$
  3 +--
  4 +-- KnowledgeTree Community Edition
  5 +-- Document Management Made Simple
  6 +-- Copyright (C) 2008 KnowledgeTree Inc.
  7 +-- Portions copyright The Jam Warehouse Software (Pty) Limited
  8 +--
  9 +-- This program is free software; you can redistribute it and/or modify it under
  10 +-- the terms of the GNU General Public License version 3 as published by the
  11 +-- Free Software Foundation.
  12 +--
  13 +-- This program is distributed in the hope that it will be useful, but WITHOUT
  14 +-- ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
  15 +-- FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
  16 +-- details.
  17 +--
  18 +-- You should have received a copy of the GNU General Public License
  19 +-- along with this program. If not, see <http://www.gnu.org/licenses/>.
  20 +--
  21 +-- You can contact KnowledgeTree Inc., PO Box 7775 #87847, San Francisco,
  22 +-- California 94120-7775, or email info@knowledgetree.com.
  23 +--
  24 +-- The interactive user interfaces in modified source and object code versions
  25 +-- of this program must display Appropriate Legal Notices, as required under
  26 +-- Section 5 of the GNU General Public License version 3.
  27 +--
  28 +-- In accordance with Section 7(b) of the GNU General Public License version 3,
  29 +-- these Appropriate Legal Notices must retain the display of the "Powered by
  30 +-- KnowledgeTree" logo and retain the original copyright notice. If the display of the
  31 +-- logo is not reasonably feasible for technical reasons, the Appropriate Legal Notices
  32 +-- must display the words "Powered by KnowledgeTree" and retain the original
  33 +-- copyright notice.
  34 +-- Contributor( s): ______________________________________
  35 +--
1 36 -- MySQL dump 10.11
2 37 --
3 38 -- Host: localhost Database: ktdms
... ...
sql/mysql/install/structure.sql
  1 +--
  2 +-- $Id$
  3 +--
  4 +-- KnowledgeTree Community Edition
  5 +-- Document Management Made Simple
  6 +-- Copyright (C) 2008 KnowledgeTree Inc.
  7 +-- Portions copyright The Jam Warehouse Software (Pty) Limited
  8 +--
  9 +-- This program is free software; you can redistribute it and/or modify it under
  10 +-- the terms of the GNU General Public License version 3 as published by the
  11 +-- Free Software Foundation.
  12 +--
  13 +-- This program is distributed in the hope that it will be useful, but WITHOUT
  14 +-- ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
  15 +-- FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
  16 +-- details.
  17 +--
  18 +-- You should have received a copy of the GNU General Public License
  19 +-- along with this program. If not, see <http://www.gnu.org/licenses/>.
  20 +--
  21 +-- You can contact KnowledgeTree Inc., PO Box 7775 #87847, San Francisco,
  22 +-- California 94120-7775, or email info@knowledgetree.com.
  23 +--
  24 +-- The interactive user interfaces in modified source and object code versions
  25 +-- of this program must display Appropriate Legal Notices, as required under
  26 +-- Section 5 of the GNU General Public License version 3.
  27 +--
  28 +-- In accordance with Section 7(b) of the GNU General Public License version 3,
  29 +-- these Appropriate Legal Notices must retain the display of the "Powered by
  30 +-- KnowledgeTree" logo and retain the original copyright notice. If the display of the
  31 +-- logo is not reasonably feasible for technical reasons, the Appropriate Legal Notices
  32 +-- must display the words "Powered by KnowledgeTree" and retain the original
  33 +-- copyright notice.
  34 +-- Contributor( s): ______________________________________
  35 +--
1 36 -- MySQL dump 10.11
2 37 --
3 38 -- Host: localhost Database: ktdms
... ...