test: test index after col change too
This commit is contained in:
parent
56e1bf31d7
commit
e437d0aca2
1 changed files with 1 additions and 0 deletions
|
|
@ -119,6 +119,7 @@ class TestDBUpdate(FrappeTestCase):
|
|||
self.check_unique_indexes(doctype.name, field)
|
||||
doctype.fields[0].length = 142
|
||||
doctype.save()
|
||||
self.check_unique_indexes(doctype.name, field)
|
||||
|
||||
doctype.fields[0].unique = 0
|
||||
doctype.save()
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue