Duplicate field removed in MYSQL.sql

pull/762/head
Iglocska 2015-07-29 16:36:30 +02:00
parent bca26ed54c
commit da3e35952a
1 changed files with 0 additions and 1 deletions

View File

@ -263,7 +263,6 @@ CREATE TABLE IF NOT EXISTS `servers` (
`organization` varchar(10) COLLATE utf8_bin DEFAULT NULL,
`remote_org_id` int(11) NOT NULL,
`self_signed` tinyint(1) NOT NULL,
`cert_file` varchar(255) COLLATE utf8_bin NOT NULL,
`pull_rules` text COLLATE utf8_bin NOT NULL,
`push_rules` text COLLATE utf8_bin NOT NULL,
`cert_file` varchar(255) COLLATE utf8_bin NOT NULL,