1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-22 06:39:43 +02:00

Prep re-branding

This commit is contained in:
HarveyKandola 2021-11-03 11:46:20 -04:00
parent 60dfb54d54
commit 0c3fed2b18
27 changed files with 60 additions and 111 deletions

View file

@ -62,7 +62,7 @@ func InitRuntime(r *env.Runtime, s *store.Store) bool {
storage.SetSQLServerProvider(r, s)
default:
r.Log.Infof("Unsupported database type: %s", r.Flags.DBType)
r.Log.Info("Documize supports the following database types: mysql mariadb percona postgresql sqlserver")
r.Log.Info("Documize Community supports the following database types: mysql mariadb percona postgresql sqlserver")
os.Exit(1)
return false
}