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

Module update111

source code

Make install_date in source consistant with binaries


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

Copyright: 2015, Mark Hymers <mhy@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 source ALTER COLUMN install_date SET DEFAULT now()
""",]