Update the model and test db to fix tag support.

This commit is contained in:
yackob03 2013-09-25 17:46:42 -04:00
parent 08446ef59e
commit 5151ea4412
3 changed files with 11 additions and 11 deletions

View file

@ -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')