Skip to content

Commit 4d7e510

Browse files
committed
Moved publishare sql driver to reva-plugins
1 parent 9d2533e commit 4d7e510

File tree

3 files changed

+5
-594
lines changed

3 files changed

+5
-594
lines changed
+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
Change: move publicshare sql driver
2+
3+
The publicshare sql driver has been moved to reva-plugins, to be consistent with the usershare sql driver.
4+
5+
https://github.com/cs3org/reva/pull/5105

pkg/publicshare/manager/loader/loader.go

-1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,5 @@ import (
2222
// Load core share manager drivers.
2323
_ "github.com/cs3org/reva/pkg/publicshare/manager/json"
2424
_ "github.com/cs3org/reva/pkg/publicshare/manager/memory"
25-
_ "github.com/cs3org/reva/pkg/publicshare/manager/sql"
2625
// Add your own here.
2726
)

0 commit comments

Comments
 (0)