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

Module update117

source code

list of external signature requests


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

Copyright: 2018, Ansgar Burchardt <ansgar@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:
["""
CREATE TABLE external_signature_requests (
  association_id INTEGER NOT NULL REFERENCES bin_associations(id) ON D\
ELETE CASCADE,
  suite_id INTEGER NOT NULL REFERENCES suite(id) ON DELETE CASCADE,
  PRIMARY KEY (association_id, suite_id)
)
"""]