auth.signature.is_active is notnull and migration will set default value

This commit is contained in:
mdipierro
2012-12-22 10:54:29 -06:00
parent 96286844fb
commit 7ac570f4e9
3 changed files with 9 additions and 11 deletions
+1
View File
@@ -1422,6 +1422,7 @@ class Auth(object):
self.signature = db.Table(
self.db, 'auth_signature',
Field('is_active', 'boolean',
notnull=True,
default=True,
readable=False, writable=False,
label=T('Is Active')),