ditrit / OGrEE-Core

OGrEE, a Datacenter Digital Twin Platform
https://ogree.ditrit.io
Mozilla Public License 2.0
8 stars 3 forks source link

dbForTenants : Sites should be unique #22

Closed Cedrok closed 1 year ago

Cedrok commented 1 year ago

This shouldn't be possible:

cedrok@DEMO:/Physical> +si:TEST
successfully created object
cedrok@DEMO:/Physical> +si:TEST
successfully created object
cedrok@DEMO:/Physical> +si:TEST
successfully created object
cedrok@DEMO:/Physical> ls
Stray
TEST
TEST
TEST
helderbetiol commented 1 year ago

This is configured directly in the database with a script in the moment of creation. The docker compose in ogree server is not up to date with dbft, I'll update it to avoid this type of issue.