X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dak%2Fdakdb%2Fupdate61.py;h=570bb6bdd31263f3da5ec347d75a6446406b9031;hb=ba39a263d7248c981fcc6e7283c71e3138efe024;hp=952dea4990a505591262f7cc5bb2baeaee8e4a9a;hpb=9306146331b42eb2c2a9500ee759f0373a4c2d02;p=dak.git diff --git a/dak/dakdb/update61.py b/dak/dakdb/update61.py index 952dea49..570bb6bd 100755 --- a/dak/dakdb/update61.py +++ b/dak/dakdb/update61.py @@ -46,6 +46,7 @@ def do_update(self): ORDER BY source_suite, condition, target_suite; """) + c.execute("GRANT SELECT on version_checks TO PUBLIC;") c.execute("UPDATE config SET value = '61' WHERE name = 'db_revision'") self.db.commit()