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:
parent
60dfb54d54
commit
0c3fed2b18
27 changed files with 60 additions and 111 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue