MantisBT: master-2.2 98a31d53

Author Committer Branch Timestamp Parent
obmsch dregad master-2.2 2017-03-22 07:15 master-2.2 e881dd79
Affected Issues  0022063: Installation on MSSQL fails at step 209
Changeset

Modify schema to get install/upgrade work with db-mssql.

Although the problem appears in step 209, the real cause is the
combination of steps 200 and 201. The Index ('user_id','name')
created in step 201 (with a nullable 'user_id' as of step 200)
forbids the alteration of 'user_id' to NOTNULL in step 209, at
least with mssql. So fix this in step 200 and set 'user_id'
NOTNULL right from start.

While this is a 'post release' change, it is justifiable as it
happens in the same install/upgrade sequence and the final
db (schema) is identical.

Fixes 0022063

mod - admin/schema.php Diff File