Хранилища Subversion ant

Сравнить редакции

Не учитывать пробелы Редакция 28 → Редакция 47

/docs/ant-scheme.sql
3,7 → 3,7
-- http://www.phpmyadmin.net
--
-- Хост: localhost
-- Время создания: Мар 11 2009 г., 13:40
-- Время создания: Мар 19 2009 г., 16:53
-- Версия сервера: 5.0.51
-- Версия PHP: 5.2.6-1+lenny2
 
25,7 → 25,6
-- Структура таблицы `arch`
--
 
DROP TABLE IF EXISTS `arch`;
CREATE TABLE IF NOT EXISTS `arch` (
`arch_id` int(2) NOT NULL auto_increment,
`arch` varchar(10) default NULL,
38,7 → 37,6
-- Структура таблицы `arch2rep`
--
 
DROP TABLE IF EXISTS `arch2rep`;
CREATE TABLE IF NOT EXISTS `arch2rep` (
`id` int(11) NOT NULL auto_increment,
`arch_id` int(2) default NULL,
54,7 → 52,6
-- Структура таблицы `distribution`
--
 
DROP TABLE IF EXISTS `distribution`;
CREATE TABLE IF NOT EXISTS `distribution` (
`dist_id` int(5) NOT NULL auto_increment,
`distname` varchar(25) default NULL,
69,7 → 66,6
-- Структура таблицы `dtype`
--
 
DROP TABLE IF EXISTS `dtype`;
CREATE TABLE IF NOT EXISTS `dtype` (
`type_id` int(1) NOT NULL auto_increment,
`type` char(3) character set utf8 NOT NULL,
82,7 → 78,6
-- Структура таблицы `owner`
--
 
DROP TABLE IF EXISTS `owner`;
CREATE TABLE IF NOT EXISTS `owner` (
`id` int(11) NOT NULL auto_increment,
`login` char(32) default NULL,
96,7 → 91,6
-- Структура таблицы `repository`
--
 
DROP TABLE IF EXISTS `repository`;
CREATE TABLE IF NOT EXISTS `repository` (
`rep_id` int(5) NOT NULL auto_increment,
`repname` varchar(20) default NULL,
114,7 → 108,6
-- Структура таблицы `rtype`
--
 
DROP TABLE IF EXISTS `rtype`;
CREATE TABLE IF NOT EXISTS `rtype` (
`rtype_id` int(2) NOT NULL auto_increment,
`rtype` varchar(25) NOT NULL,
127,7 → 120,6
-- Структура таблицы `scheme`
--
 
DROP TABLE IF EXISTS `scheme`;
CREATE TABLE IF NOT EXISTS `scheme` (
`scheme_id` int(2) NOT NULL auto_increment,
`scheme` varchar(200) NOT NULL,
140,7 → 132,6
-- Структура таблицы `sect2dist`
--
 
DROP TABLE IF EXISTS `sect2dist`;
CREATE TABLE IF NOT EXISTS `sect2dist` (
`id` int(10) NOT NULL auto_increment,
`sect_id` int(3) NOT NULL,
155,7 → 146,6
-- Структура таблицы `sect2rep`
--
 
DROP TABLE IF EXISTS `sect2rep`;
CREATE TABLE IF NOT EXISTS `sect2rep` (
`id` int(10) NOT NULL auto_increment,
`sect_id` int(3) NOT NULL,
162,7 → 152,7
`rep_id` int(5) NOT NULL,
PRIMARY KEY (`id`),
KEY `sect_id` (`sect_id`,`rep_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=517 ;
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=529 ;
 
-- --------------------------------------------------------
 
170,7 → 160,6
-- Структура таблицы `section`
--
 
DROP TABLE IF EXISTS `section`;
CREATE TABLE IF NOT EXISTS `section` (
`sect_id` int(3) NOT NULL auto_increment,
`sectname` varchar(25) NOT NULL,
184,7 → 173,6
-- Структура таблицы `settings`
--
 
DROP TABLE IF EXISTS `settings`;
CREATE TABLE IF NOT EXISTS `settings` (
`opt_id` int(2) NOT NULL auto_increment,
`opt` varchar(50) NOT NULL,
198,7 → 186,6
-- Структура таблицы `ver2rep`
--
 
DROP TABLE IF EXISTS `ver2rep`;
CREATE TABLE IF NOT EXISTS `ver2rep` (
`id` int(11) NOT NULL auto_increment,
`ver_id` int(5) default NULL,
214,7 → 201,6
-- Структура таблицы `version`
--
 
DROP TABLE IF EXISTS `version`;
CREATE TABLE IF NOT EXISTS `version` (
`version_id` int(5) NOT NULL auto_increment,
`dist_id` int(5) default NULL,