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:
parent
19a916a4b4
commit
5fb41e9fb1
3 changed files with 23 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue