X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dak%2Fdakdb%2Fupdate7.py;h=1c59707857a5d929472e2a170151ce492ac11684;hb=650634f309b8cd602f4c36ae7f8f4181ea8b7783;hp=96a3614612939808a68ae5f60579364dbe3221fa;hpb=3adfb5fdbc187fe15bf46c61a59be1378771619e;p=dak.git diff --git a/dak/dakdb/update7.py b/dak/dakdb/update7.py index 96a36146..1c597078 100755 --- a/dak/dakdb/update7.py +++ b/dak/dakdb/update7.py @@ -56,7 +56,7 @@ def do_update(self): c.execute(query, [suite]) - c.execute("ALTER TABLE suite ADD COLUMN announce text DEFAULT NOT NULL 'debian-devel-changes@lists.debian.org';") + c.execute("ALTER TABLE suite ADD COLUMN announce text NOT NULL DEFAULT 'debian-devel-changes@lists.debian.org';") query = "UPDATE suite SET announce = %s WHERE suite_name = %s" #: Update query for suite in Cnf.SubTree("Suite").List(): announce_list = Cnf.Find("Suite::%s::Announce" % (suite))