X-Git-Url: http://git.vrable.net/?a=blobdiff_plain;f=contrib%2Fupgrade0.7-localdb.sql;fp=contrib%2Fupgrade0.7-localdb.sql;h=9fbed0ecd1200d1fbafdc16dbe2a0a6e41109121;hb=910255ec7fb85ef6c7b9515e9761892ca408c389;hp=a7bf0565844fb6c7ffb50a677cb152dd834b604b;hpb=202c73af331601bcc837a955be6275acaca1f238;p=cumulus.git diff --git a/contrib/upgrade0.7-localdb.sql b/contrib/upgrade0.7-localdb.sql index a7bf056..9fbed0e 100644 --- a/contrib/upgrade0.7-localdb.sql +++ b/contrib/upgrade0.7-localdb.sql @@ -4,6 +4,10 @@ -- This script should be loaded after connecting to the database to be -- upgraded. +-- An unspecified bacukp scheme name is now stored in the database as an empty +-- string rather than as NULL. +update snapshots set scheme = '' where scheme is null; + -- The subblock_signatures table was added to store a signature for old blocks -- for performing subfile incremental backups. create table subblock_signatures (