Update the model and test db to fix tag support.
This commit is contained in:
parent
08446ef59e
commit
5151ea4412
3 changed files with 11 additions and 11 deletions
|
@ -91,7 +91,7 @@ class RepositoryImage(BaseModel):
|
|||
|
||||
def initialize_db():
|
||||
create_model_tables([User, Repository, Image, RepositoryImage, AccessToken,
|
||||
Role, RepositoryPermission, Visibility])
|
||||
Role, RepositoryPermission, Visibility, RepositoryTag])
|
||||
Role.create(name='admin')
|
||||
Role.create(name='write')
|
||||
Role.create(name='read')
|
||||
|
|
Reference in a new issue