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

Module update128

source code

add `dsc_files.include_in_indices`


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

Copyright: 2025 Ansgar <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


Variables Details [hide private]

statements

Value:
["""
    ALTER TABLE dsc_files
    ADD COLUMN extra_file BOOLEAN NOT NULL DEFAULT TRUE
    """, """
    COMMENT ON COLUMN dsc_files.extra_file
        IS 'additional file not part of the .dsc that should be consid\
ered part of the source'
    """,]