Skip to content

Commit

Permalink
register sql preference's driver
Browse files Browse the repository at this point in the history
  • Loading branch information
gmgigi96 committed Oct 26, 2023
1 parent 5d9c0fd commit 31f9c67
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/preferences/loader/loader.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,6 @@ package loader
import (
// Load preferences drivers.
_ "github.com/cs3org/reva/pkg/preferences/memory"
_ "github.com/cs3org/reva/pkg/preferences/sql"
// Add your own here.
)

0 comments on commit 31f9c67

Please sign in to comment.