mirror of
https://github.com/documize/community.git
synced 2025-07-21 22:29:41 +02:00
Improve SQL store for new schema
This commit is contained in:
parent
8ee63de6c7
commit
fe7389e7ca
3 changed files with 4 additions and 4 deletions
|
@ -55,7 +55,7 @@ func InitRuntime(r *env.Runtime, s *domain.Store) bool {
|
|||
storage.SetMySQLProvider(r, s)
|
||||
case "percona":
|
||||
storage.SetMySQLProvider(r, s)
|
||||
case "pggg":
|
||||
case "postgres":
|
||||
// storage.SetPostgresSQLProvider(r, s)
|
||||
case "mssql":
|
||||
// storage.SetSQLServerProvider(r, s)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue