X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dak%2Fdakdb%2Fupdate22.py;h=e51e90ab436b0045525003d355ebd70b1225965f;hb=63cfa70f44ac9b08b214b30d80cd39b0295a1cd3;hp=758430c10f65231778102748beec6b72363696e5;hpb=945c33a367afa0e69f3aa8b4d087deb6356d8931;p=dak.git diff --git a/dak/dakdb/update22.py b/dak/dakdb/update22.py index 758430c1..e51e90ab 100755 --- a/dak/dakdb/update22.py +++ b/dak/dakdb/update22.py @@ -198,6 +198,9 @@ def do_update(self): print "Getting rid of old queue table" c.execute("""DROP TABLE queue""") + print "Moving known_changes table" + c.execute("""ALTER TABLE known_changes RENAME TO changes""") + print "Sorting out permissions" for t in ['build_queue', 'policy_queue', 'build_queue_files',