1
0
Fork 0
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:
sauls8t 2018-09-20 17:07:40 +01:00
parent 8ee63de6c7
commit fe7389e7ca
3 changed files with 4 additions and 4 deletions

View file

@ -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)