Using a new database root directory
This commit is contained in:
@ -7,6 +7,7 @@ import (
|
||||
|
||||
// Force interface implementations
|
||||
var (
|
||||
_ Identifiable = (*UserFollows)(nil)
|
||||
_ IDCollection = (*UserFollows)(nil)
|
||||
_ api.Editable = (*UserFollows)(nil)
|
||||
)
|
||||
|
Reference in New Issue
Block a user