X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;ds=sidebyside;f=dak%2Fdakdb%2Fupdate79.py;h=954f393d45858cc52e34f87529abda1d71fc53cd;hb=80da5a3f40c2012bcefc7e73014ef41a9300562f;hp=67ad01a63cea6ed39be73bf56b95e34b02ca080f;hpb=5f13dc34ab7ece56a1733662b5e297bd13aa7491;p=dak.git diff --git a/dak/dakdb/update79.py b/dak/dakdb/update79.py index 67ad01a6..954f393d 100644 --- a/dak/dakdb/update79.py +++ b/dak/dakdb/update79.py @@ -47,7 +47,7 @@ def do_update(self): CREATE OR REPLACE VIEW world."files-1" AS SELECT files.id AS id, - CONCAT(component.name, '/', files.filename) AS filename, + component.name || '/' || files.filename AS filename, files.size AS size, files.md5sum AS md5sum, files.sha1sum AS sha1sum,