mirror of
https://github.com/documize/community.git
synced 2025-07-24 07:39:43 +02:00
Improved backup/restore compatibility between DB providers
This commit is contained in:
parent
3621e2fb79
commit
d04becc1a3
5 changed files with 13 additions and 5 deletions
|
@ -61,7 +61,7 @@ func RegisterEndpoints(rt *env.Runtime, s *store.Store) {
|
|||
block := block.Handler{Runtime: rt, Store: s}
|
||||
group := group.Handler{Runtime: rt, Store: s}
|
||||
label := label.Handler{Runtime: rt, Store: s}
|
||||
backup := backup.Handler{Runtime: rt, Store: s}
|
||||
backup := backup.Handler{Runtime: rt, Store: s, Indexer: indexer}
|
||||
section := section.Handler{Runtime: rt, Store: s}
|
||||
setting := setting.Handler{Runtime: rt, Store: s}
|
||||
category := category.Handler{Runtime: rt, Store: s}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue