SF.net SVN: gar:[23685] csw/mgar/gar/v2/lib
wahwah at users.sourceforge.net
wahwah at users.sourceforge.net
Thu May 22 12:44:30 CEST 2014
Revision: 23685
http://sourceforge.net/p/gar/code/23685
Author: wahwah
Date: 2014-05-22 10:44:30 +0000 (Thu, 22 May 2014)
Log Message:
-----------
pkgdb: Class+table Host is not used
Modified Paths:
--------------
csw/mgar/gar/v2/lib/python/models.py
csw/mgar/gar/v2/lib/sh/db_privileges.sh
Modified: csw/mgar/gar/v2/lib/python/models.py
===================================================================
--- csw/mgar/gar/v2/lib/python/models.py 2014-05-22 09:58:12 UTC (rev 23684)
+++ csw/mgar/gar/v2/lib/python/models.py 2014-05-22 10:44:30 UTC (rev 23685)
@@ -92,12 +92,6 @@
'maintainer_id': self.id,
}
-class Host(sqlobject.SQLObject):
- "Hostname, as returned by socket.getfqdn()"
- fqdn = sqlobject.UnicodeCol(length=255, unique=True, notNone=True)
- arch = sqlobject.ForeignKey('Architecture', notNone=True)
-
-
class CswConfig(sqlobject.SQLObject):
option_key = sqlobject.UnicodeCol(length=255, unique=True)
float_value = sqlobject.FloatCol(default=None)
Modified: csw/mgar/gar/v2/lib/sh/db_privileges.sh
===================================================================
--- csw/mgar/gar/v2/lib/sh/db_privileges.sh 2014-05-22 09:58:12 UTC (rev 23684)
+++ csw/mgar/gar/v2/lib/sh/db_privileges.sh 2014-05-22 10:44:30 UTC (rev 23685)
@@ -29,7 +29,6 @@
architecture
catalog_release
csw_config
- host
os_release
)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list