X-Git-Url: http://git.vrable.net/?a=blobdiff_plain;f=contrib%2Fupgrade0.7-localdb.sql;h=9fbed0ecd1200d1fbafdc16dbe2a0a6e41109121;hb=HEAD;hp=a7bf0565844fb6c7ffb50a677cb152dd834b604b;hpb=ef6894c21aee7047b3b105f8e373a06b016f7dad;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 (