1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-08-04 04:55:23 +02:00

Change document activity records after space move

This commit is contained in:
McMatts 2018-04-05 20:00:42 +01:00
parent 19a916a4b4
commit 5fb41e9fb1
3 changed files with 23 additions and 0 deletions

View file

@ -180,6 +180,7 @@ type DocumentStorer interface {
Delete(ctx RequestContext, documentID string) (rows int64, err error)
DeleteBySpace(ctx RequestContext, spaceID string) (rows int64, err error)
GetVersions(ctx RequestContext, groupID string) (v []doc.Version, err error)
MoveActivity(ctx RequestContext, documentID, oldSpaceID, newSpaceID string) (err error)
}
// SettingStorer defines required methods for persisting global and user level settings