Store unspecified scheme names in database as empty string, not null.
authorMichael Vrable <mvrable@cs.ucsd.edu>
Mon, 2 Jun 2008 20:48:36 +0000 (13:48 -0700)
committerMichael Vrable <mvrable@turin.ucsd.edu>
Mon, 2 Jun 2008 20:48:36 +0000 (13:48 -0700)
Avoid the use of nulls to represent an unspecified backup scheme in the
local database.  This should fix the bug where database cleaning would not
touch backups without a scheme name.


No differences found