aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2017-09-04 13:34:40 +0200
committerSergey Poznyakoff <gray@gnu.org.ua>2017-09-04 14:00:33 +0200
commite11f8ea45a2f9ee61c0803d60d1dc5327682eff8 (patch)
tree8607836f4d77d15cd0fa1d3fd594eb22433e0b89
parentb3c43ccbb3052a3f4792ca164db5797572ac4981 (diff)
downloadsavane-gray-e11f8ea45a2f9ee61c0803d60d1dc5327682eff8.tar.gz
savane-gray-e11f8ea45a2f9ee61c0803d60d1dc5327682eff8.tar.bz2
Remove accidentally committed file
* db/mysql/table_gt.structure: Removed.
-rw-r--r--db/mysql/table_gt.structure121
1 files changed, 0 insertions, 121 deletions
diff --git a/db/mysql/table_gt.structure b/db/mysql/table_gt.structure
deleted file mode 100644
index 9ae9eff..0000000
--- a/db/mysql/table_gt.structure
+++ /dev/null
@@ -1,121 +0,0 @@
--- This file is part of Savane.
---
--- Savane is free software: you can redistribute it and/or modify
--- it under the terms of the GNU Affero General Public License as
--- published by the Free Software Foundation, either version 3 of the
--- License, or (at your option) any later version.
---
--- Savane 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 Affero General Public License for more details.
---
--- You should have received a copy of the GNU Affero General Public License
--- along with this program.
-
---
--- Table structure for table `gt`
---
-DROP TABLE IF EXISTS `gt`;
-CREATE TABLE `gt` (
- `type_id` int(11) NOT NULL AUTO_INCREMENT,
- `name` text,
- `description` text,
- `admin_email_adress` varchar(128) DEFAULT NULL,
- `base_host` varchar(128) DEFAULT NULL,
- `mailing_list_host` varchar(255) DEFAULT NULL,
- `can_use_homepage` int(1) NOT NULL DEFAULT '1',
- `can_use_download` int(1) NOT NULL DEFAULT '1',
- `can_use_cvs` int(1) NOT NULL DEFAULT '1',
- `can_use_arch` int(1) NOT NULL DEFAULT '0',
- `can_use_svn` int(1) NOT NULL DEFAULT '0',
- `can_use_git` int(1) NOT NULL DEFAULT '0',
- `can_use_hg` int(1) NOT NULL DEFAULT '0',
- `can_use_bzr` int(1) NOT NULL DEFAULT '0',
- `can_use_license` int(1) NOT NULL DEFAULT '1',
- `can_use_devel_status` int(1) NOT NULL DEFAULT '1',
- `can_use_forum` int(1) NOT NULL DEFAULT '0',
- `can_use_mailing_list` int(1) NOT NULL DEFAULT '1',
- `can_use_patch` int(1) NOT NULL DEFAULT '0',
- `can_use_task` int(1) NOT NULL DEFAULT '1',
- `can_use_news` int(1) NOT NULL DEFAULT '1',
- `can_use_support` int(1) NOT NULL DEFAULT '1',
- `can_use_bug` int(1) NOT NULL DEFAULT '1',
- `is_menu_configurable_homepage` int(1) NOT NULL DEFAULT '0',
- `is_menu_configurable_download` int(1) NOT NULL DEFAULT '0',
- `is_menu_configurable_forum` int(1) NOT NULL DEFAULT '0',
- `is_menu_configurable_support` int(1) NOT NULL DEFAULT '0',
- `is_menu_configurable_mail` int(1) NOT NULL DEFAULT '0',
- `is_menu_configurable_cvs` int(1) NOT NULL DEFAULT '0',
- `is_menu_configurable_cvs_viewcvs` int(1) NOT NULL DEFAULT '0',
- `is_menu_configurable_cvs_viewcvs_homepage` int(1) NOT NULL DEFAULT '0',
- `is_menu_configurable_arch` int(1) NOT NULL DEFAULT '0',
- `is_menu_configurable_arch_viewcvs` int(1) NOT NULL DEFAULT '0',
- `is_menu_configurable_svn` int(1) NOT NULL DEFAULT '0',
- `is_menu_configurable_svn_viewcvs` int(1) NOT NULL DEFAULT '0',
- `is_menu_configurable_git` int(1) NOT NULL DEFAULT '0',
- `is_menu_configurable_git_viewcvs` int(1) NOT NULL DEFAULT '0',
- `is_menu_configurable_hg` int(1) NOT NULL DEFAULT '0',
- `is_menu_configurable_hg_viewcvs` int(1) NOT NULL DEFAULT '0',
- `is_menu_configurable_bzr` int(1) NOT NULL DEFAULT '0',
- `is_menu_configurable_bzr_viewcvs` int(1) NOT NULL DEFAULT '0',
- `is_menu_configurable_bugs` int(1) NOT NULL DEFAULT '0',
- `is_menu_configurable_task` int(1) NOT NULL DEFAULT '0',
- `is_menu_configurable_patch` int(1) NOT NULL DEFAULT '0',
- `is_menu_configurable_extralink_documentation` int(1) NOT NULL DEFAULT '0',
- `is_configurable_download_dir` int(1) NOT NULL DEFAULT '0',
- `homepage_scm` varchar(25) NOT NULL DEFAULT 'cvs',
- `dir_type_cvs` varchar(255) NOT NULL DEFAULT 'basic',
- `dir_type_arch` varchar(255) NOT NULL DEFAULT 'basic',
- `dir_type_svn` varchar(255) NOT NULL DEFAULT 'basic',
- `dir_type_git` varchar(255) NOT NULL DEFAULT 'basic',
- `dir_type_hg` varchar(255) NOT NULL DEFAULT 'basic',
- `dir_type_bzr` varchar(255) NOT NULL DEFAULT 'basic',
- `dir_type_homepage` varchar(255) NOT NULL DEFAULT 'basic',
- `dir_type_download` varchar(255) NOT NULL DEFAULT 'basic',
- `dir_homepage` varchar(255) DEFAULT '/',
- `dir_cvs` varchar(255) DEFAULT '/',
- `dir_arch` varchar(255) DEFAULT '/',
- `dir_svn` varchar(255) DEFAULT '/',
- `dir_git` varchar(255) NOT NULL DEFAULT '/',
- `dir_hg` varchar(255) NOT NULL DEFAULT '/',
- `dir_bzr` varchar(255) NOT NULL DEFAULT '/',
- `dir_download` varchar(255) DEFAULT '/',
- `url_homepage` varchar(255) DEFAULT 'http://',
- `url_download` varchar(255) DEFAULT 'http://',
- `url_cvs_viewcvs` varchar(255) DEFAULT 'http://',
- `url_arch_viewcvs` varchar(255) DEFAULT 'http://',
- `url_svn_viewcvs` varchar(255) DEFAULT 'http://',
- `url_git_viewcvs` varchar(255) NOT NULL DEFAULT 'http://',
- `url_hg_viewcvs` varchar(255) NOT NULL DEFAULT 'http://',
- `url_bzr_viewcvs` varchar(255) NOT NULL DEFAULT 'http://',
- `url_cvs_viewcvs_homepage` varchar(255) DEFAULT 'http://',
- `url_mailing_list_listinfo` varchar(255) DEFAULT 'http://',
- `url_mailing_list_subscribe` varchar(255) DEFAULT 'http://',
- `url_mailing_list_unsubscribe` varchar(255) DEFAULT 'http://',
- `url_mailing_list_archives` varchar(255) DEFAULT 'http://',
- `url_mailing_list_archives_private` varchar(255) DEFAULT 'http://',
- `url_mailing_list_admin` varchar(255) DEFAULT 'http://',
- `url_extralink_documentation` varchar(255) DEFAULT '',
- `license_array` text,
- `devel_status_array` text,
- `mailing_list_address` varchar(255) DEFAULT '@',
- `mailing_list_virtual_host` varchar(255) DEFAULT '',
- `mailing_list_format` varchar(255) NOT NULL DEFAULT '%NAME',
- `forum_flags` int(1) DEFAULT '2',
- `bugs_flags` int(1) DEFAULT '2',
- `task_flags` int(1) DEFAULT '2',
- `patch_flags` int(1) DEFAULT '2',
- `cookbook_flags` int(1) DEFAULT '2',
- `support_flags` int(1) DEFAULT '2',
- `news_flags` int(1) DEFAULT '3',
- `forum_rflags` int(1) DEFAULT '2',
- `bugs_rflags` int(1) DEFAULT '2',
- `task_rflags` int(1) DEFAULT '5',
- `patch_rflags` int(1) DEFAULT '2',
- `cookbook_rflags` int(1) DEFAULT '5',
- `support_rflags` int(1) DEFAULT '2',
- `news_rflags` int(1) DEFAULT '2',
- PRIMARY KEY (`type_id`)
-) ENGINE=InnoDB DEFAULT CHARSET=utf8;
-

Return to:

Send suggestions and report system problems to the System administrator.