Fix issue where create_uuid doesn't exist nor used
This commit is contained in:
parent
3d869e82b0
commit
d70b7a5167
@ -29,9 +29,10 @@ from mediagoblin.db.extratypes import JSONEncoded, MutationDict
|
||||
from mediagoblin.db.migration_tools import (
|
||||
RegisterMigration, inspect_table, replace_table_hack)
|
||||
from mediagoblin.db.models import (MediaEntry, Collection, MediaComment, User,
|
||||
create_uuid, Privilege)
|
||||
Privilege)
|
||||
from mediagoblin.db.extratypes import JSONEncoded, MutationDict
|
||||
|
||||
|
||||
MIGRATIONS = {}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user