Commit bc27da30 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 1fec35bf
......@@ -101,6 +101,7 @@ from BoboPOS import SimpleDB, TJar, SingleThreadedTransaction
import sys, os, string, Globals, OFS.Application
Globals.BobobaseName = '%s/Data.bbb' % Globals.data_dir
Globals.DatabaseVersion='2'
# Setup support for broken objects:
import OFS.Uninstalled, BoboPOS.PickleJar
......
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