MantisBT: master 18a9a6ac

Author Committer Branch Timestamp Parent
dregad dregad master 2014-04-07 02:28 master ff0a9c73
Changeset

Oracle: fix ORA-01442 error during installation

Oracle does not allow to add a NOT NULL constraint if it's already
present; it will just keep the existing constraint if a column is
altered without mentioning NOT NULL. MySQL on the other hand will
actually remove the constraint if NOT NULL is not specified again.

mod - admin/schema.php Diff File