Merge branch 'umask' of ssh://bitbucket.org/yackob03/quay into umask

This commit is contained in:
yackob03 2014-01-21 17:13:16 -05:00
commit 922dbc502e
13 changed files with 171 additions and 56 deletions

View file

@ -154,9 +154,9 @@ def initialize_database():
LogEntryKind.create(name='org_set_team_description')
LogEntryKind.create(name='org_set_team_role')
LogEntryKind.create(name='org_create_prototype_permission')
LogEntryKind.create(name='org_modify_prototype_permission')
LogEntryKind.create(name='org_delete_prototype_permission')
LogEntryKind.create(name='create_prototype_permission')
LogEntryKind.create(name='modify_prototype_permission')
LogEntryKind.create(name='delete_prototype_permission')
def wipe_database():