Page tree
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

We highly recommend creating a separate SQL user for Unimus. After you create your DB (schema), the user Unimus will use will require following privileges:

On the DB (schema) itself / DDL rights:

  • CREATE
  • ALTER
  • INDEX
  • DROP

In each table, for all columns / object rights:

  • SELECT
  • INSERT
  • UPDATE
  • EXECUTE
  • DELETE

 

  • No labels