Removed old user follows storage

This commit is contained in:
2019-11-19 13:55:48 +09:00
parent 803d303420
commit afc59ebb97
4 changed files with 169 additions and 218 deletions

View File

@ -54,7 +54,6 @@ var DB = Node.Namespace("arn").RegisterTypes(
(*Thread)(nil),
(*TwitterToUser)(nil),
(*User)(nil),
(*UserFollows)(nil),
(*UserNotifications)(nil),
)