Opened 5 years ago

Closed 5 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.

Change History (1)

comment:1 by Nicklas Nordborg, 5 years ago

Resolution: fixed
Status: newclosed

In 5322:

Fixes #1114: Remove null="false" from "otp_requried" column definition

Note: See TracTickets for help on using tickets.