Opened 6 years ago
Closed 6 years ago
#1114 closed defect (fixed)
Remove null="false" from "otp_requried" column definition
Reported by: | Nicklas Nordborg | Owned by: | Nicklas Nordborg |
---|---|---|---|
Priority: | minor | Milestone: | OTP login v1.3 |
Component: | net.sf.basedb.otp | Keywords: | |
Cc: |
Description
The null="false"
definition is usually ignored when installing since there are existing user accounts that get a null value. When using the migration tool to clone a database it fails because the copy will create a non-nullable column and try tom import null values into it.
The workaround is to manually remove the null="false"
line from the otp-extended-properties.xml
file.
Note:
See TracTickets
for help on using tickets.
In 5322: