X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;ds=sidebyside;f=dak%2Fdakdb%2Fupdate2.py;h=20154b07e007ef636d6fd5cde8713cbaf48c65c3;hb=9c4a942a804b2b6ed99e54222c1b400fdf14d2cb;hp=91fbe4f1f4b3a326901ce21162fa79bb014d3c15;hpb=b1c7475814393c70782179f6b9a49ef4aeabdfc6;p=dak.git diff --git a/dak/dakdb/update2.py b/dak/dakdb/update2.py index 91fbe4f1..20154b07 100755 --- a/dak/dakdb/update2.py +++ b/dak/dakdb/update2.py @@ -37,6 +37,7 @@ def do_update(self): print "Enabling PL/Perl language" c.execute("CREATE LANGUAGE plperl;") + c.execute("CREATE LANGUAGE plpgsql;") print "Adding debversion type to database."