Merge branch 'umask' of ssh://bitbucket.org/yackob03/quay into umask
This commit is contained in:
commit
922dbc502e
13 changed files with 171 additions and 56 deletions
|
@ -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():
|
||||
|
|
Reference in a new issue