Package dak :: Package dakdb :: Module update110
[hide private]
[frames] | no frames]

Module update110

source code

Add a debug suite field to the suite table


Contact: Debian FTP Master <ftpmaster@debian.org>

Copyright: 2015, Paul Tagliamonte <paultag@debian.org>

License: GNU General Public License version 2 or later

Functions [hide private]
 
do_update(self) source code
Variables [hide private]
  statements = [...

Imports: psycopg2, DBUpdateError, Config


Variables Details [hide private]

statements

Value:
["""
ALTER TABLE suite ADD COLUMN debugsuite_id INTEGER REFERENCES suite(id\
)
""", """
COMMENT ON COLUMN suite.debugsuite_id IS 'Suite to redirect debug pack\
ages (Section: debug) to'
"""]