Add unique index for not-deleted domain names (#2853)

This is a backstop against multiple domain creations for the same domain
name getting through
This commit is contained in:
gbrodman
2025-10-24 15:38:23 +00:00
committed by GitHub
parent 0aa6bc6aaa
commit ed25854fbc
12 changed files with 85 additions and 35 deletions
@@ -1,6 +1,6 @@
{
"objectClassName" : "nameserver",
"handle" : "C-ROID",
"handle" : "D-ROID",
"ldhName" : "ns1.dog.xn--q9jyb4c",
"unicodeName" : "ns1.dog.みんな",
"status" : ["active", "pending transfer"],
Binary file not shown.

Before

Width:  |  Height:  |  Size: 133 KiB

After

Width:  |  Height:  |  Size: 93 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 139 KiB

After

Width:  |  Height:  |  Size: 95 KiB