skeleton/schema.py.tmpl
author Adrien Di Mascio <Adrien.DiMascio@logilab.fr>
Tue, 21 Sep 2010 16:33:20 +0200
changeset 6292 054fa36060d5
parent 5426 0d4853a6e5ee
child 8207 c04676b16c59
permissions -rw-r--r--
[migractions] add a dropped_constraints() migration command Example usage: >>> with dropped_constraints('MyType', 'myattr', ... UniqueConstraint, droprequired=True): ... add_attribute('MyType', 'myattr') ... # + instructions to fill MyType.myattr column ... >>>

# copyright %(year)s %(author)s, all rights reserved.
# contact %(author-web-site)s -- mailto:%(author-email)s
#
%(long-license)s
"""%(distname)s schema"""