Require some data from all models in initdb
This commit is contained in:
parent
1b392dcb9a
commit
fe2bdeb6cb
5 changed files with 69 additions and 23 deletions
|
@ -95,4 +95,4 @@ config = Config()
|
|||
# moving the minimal number of things to _basequery
|
||||
# TODO document the methods and modules for each one of the submodules below.
|
||||
from data.model import (blob, build, image, log, notification, oauth, organization, permission,
|
||||
repository, storage, tag, team, token, user)
|
||||
repository, storage, tag, team, token, user, release)
|
||||
|
|
Reference in a new issue