diff options
author | Ramón M. Gómez <ramongomez@us.es> | 2018-11-20 12:52:28 +0100 |
---|---|---|
committer | Ramón M. Gómez <ramongomez@us.es> | 2018-11-20 12:52:28 +0100 |
commit | b3dfeb6d33eab2e0a664d111bf6a30679e9df057 (patch) | |
tree | 593488b601e6129b773a37aac7b9985c3f43aff2 /admin/Database/ogAdmBD.sql | |
parent | a37e8cbbc4557c4407a0d29edd97bf472da0b4b1 (diff) |
#875: Remove port from repository properties form and alter the database.
Diffstat (limited to 'admin/Database/ogAdmBD.sql')
-rw-r--r-- | admin/Database/ogAdmBD.sql | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/admin/Database/ogAdmBD.sql b/admin/Database/ogAdmBD.sql index b45b59d8..b8d18132 100644 --- a/admin/Database/ogAdmBD.sql +++ b/admin/Database/ogAdmBD.sql @@ -811,7 +811,6 @@ CREATE TABLE `repositorios` ( `idcentro` int(11) DEFAULT NULL, `grupoid` int(11) DEFAULT NULL, `comentarios` text, - `puertorepo` int(11) NOT NULL DEFAULT '0', `apikey` varchar(32) NOT NULL DEFAULT '', PRIMARY KEY (`idrepositorio`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ; |