ADMIN missing in userroles.

This commit is contained in:
stephb9959
2021-07-15 23:07:31 -07:00
parent 5965bf895a
commit 49cb61abd7
19 changed files with 568 additions and 217 deletions

View File

@@ -54,8 +54,6 @@ namespace uCentral {
Setup_PostgreSQL();
} else if (DBType == "mysql") {
Setup_MySQL();
} else if (DBType == "odbc") {
Setup_ODBC();
}
Create_Tables();