fix(Country): remove unique constraint on Code field (#29039)

This commit is contained in:
Raffael Meyer 2025-01-03 19:28:50 +01:00 committed by GitHub
parent 00b3e05828
commit 961f2c8fd1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -50,14 +50,13 @@
"in_list_view": 1,
"label": "Code",
"length": 2,
"reqd": 1,
"unique": 1
"reqd": 1
}
],
"icon": "fa fa-globe",
"idx": 1,
"links": [],
"modified": "2024-12-29 16:56:04.850422",
"modified": "2025-01-03 13:01:46.030113",
"modified_by": "Administrator",
"module": "Geo",
"name": "Country",