OHDSI / Arachne

Arachne Data Node web application
Apache License 2.0
1 stars 1 forks source link

Cannot create a database with the same name as a deleted one #10

Open ttemnikova opened 6 months ago

ttemnikova commented 6 months ago
  1. Login to Arachne Data Node
  2. Go to Administration → Databases
  3. Create a database with valid parameters (e.g. copy an existing one) and a unique name
  4. Delete the database
  5. Create another database with the same name as on the step # 3

Expected result: creating is possible since the previous database has been deleted Actual result: a new database is not created because it has the same name as the database from the step # 3 which has already been deleted

ttemnikova commented 3 months ago

I still observe this issue on our Ody stand