Skip to content

Commit

Permalink
load sql driver for projects
Browse files Browse the repository at this point in the history
  • Loading branch information
gmgigi96 committed Feb 14, 2024
1 parent 5825a63 commit aa5f244
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/projects/manager/loader/loader.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,6 @@ package loader
import (
// Load core spacews backends.
_ "github.com/cs3org/reva/pkg/projects/manager/memory"
_ "github.com/cs3org/reva/pkg/projects/manager/sql"
// Add your own here.
)

0 comments on commit aa5f244

Please sign in to comment.