Skip to content

Commit 06aa61f

Browse files
authored
SQL driver for the publicshare service (#1495)
1 parent 0e57a9d commit 06aa61f

File tree

8 files changed

+658
-166
lines changed

8 files changed

+658
-166
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
Enhancement: SQL driver for the publicshare service
2+
3+
https://github.com/cs3org/reva/pull/1495

pkg/cbox/loader/loader.go

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ package loader
2121
import (
2222
// Load cbox specific drivers.
2323
_ "github.com/cs3org/reva/pkg/cbox/group/rest"
24+
_ "github.com/cs3org/reva/pkg/cbox/publicshare/sql"
2425
_ "github.com/cs3org/reva/pkg/cbox/share/sql"
2526
_ "github.com/cs3org/reva/pkg/cbox/user/rest"
2627
)

0 commit comments

Comments
 (0)