X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;ds=sidebyside;f=dak%2Fdakdb%2Fupdate2.py;h=71b43fa701ccd73caab555e9e878097ad4a15e24;hb=0d80b258098ff470433efa4d9c1f81b404883195;hp=91fbe4f1f4b3a326901ce21162fa79bb014d3c15;hpb=b1c7475814393c70782179f6b9a49ef4aeabdfc6;p=dak.git diff --git a/dak/dakdb/update2.py b/dak/dakdb/update2.py index 91fbe4f1..71b43fa7 100755 --- a/dak/dakdb/update2.py +++ b/dak/dakdb/update2.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # coding=utf8 -# Debian Archive Kit Database Update Script +""" Database Update Script - debversion """ # Copyright © 2008 Michael Casadevall # Copyright © 2008 Roger Leigh @@ -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."