[csw-devel] SF.net SVN: gar:[12034] csw/mgar/gar/v2/lib/python/database.py
wahwah at users.sourceforge.net
wahwah at users.sourceforge.net
Mon Dec 20 12:57:34 CET 2010
Revision: 12034
http://gar.svn.sourceforge.net/gar/?rev=12034&view=rev
Author: wahwah
Date: 2010-12-20 11:57:34 +0000 (Mon, 20 Dec 2010)
Log Message:
-----------
checkpkg: Increment database version number
To reflect the existence of the dependencies table.
Modified Paths:
--------------
csw/mgar/gar/v2/lib/python/database.py
Modified: csw/mgar/gar/v2/lib/python/database.py
===================================================================
--- csw/mgar/gar/v2/lib/python/database.py 2010-12-20 11:57:03 UTC (rev 12033)
+++ csw/mgar/gar/v2/lib/python/database.py 2010-12-20 11:57:34 UTC (rev 12034)
@@ -10,7 +10,7 @@
import system_pkgmap
CONFIG_DB_SCHEMA = "db_schema_version"
-DB_SCHEMA_VERSION = 6L
+DB_SCHEMA_VERSION = 7L
TABLES_THAT_NEED_UPDATES = (m.CswFile,)
TABLES = TABLES_THAT_NEED_UPDATES + (
m.Architecture,
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