Commit 348ed844 authored by Jim Fulton's avatar Jim Fulton

Added a database revision number to globals to make it easier to

support both dbs, although it will be nice when we won't have to.
parent 1fe3e1b8
......@@ -11,6 +11,7 @@ import ZODB, ZODB.FileStorage, ZODB.ZApplication
import Globals, OFS.Application, sys
Globals.BobobaseName = '%s/Data.fs' % Globals.data_dir
Globals.DatabaseVersion='3'
# Import products
OFS.Application.import_products()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment