commit | afd3c9fa73a9066911f2e5da952a354d8b8eeddd | [log] [tgz] |
---|---|---|
author | Shawn O. Pearce <sop@google.com> | Mon Feb 01 00:40:35 2010 -0800 |
committer | Shawn O. Pearce <sop@google.com> | Mon Feb 01 00:40:35 2010 -0800 |
tree | e0404444ba50ebecbfd9c0b6550956301ce99339 | |
parent | f234bb87817421ea6d2cf69f94c182c7c1c46d16 [diff] |
Fix schema 27 upgrade for H2 On H2 we have to include "NOT NULL" because the column is part of the primary key, and the alter statement thinks we are trying to remove the NOT NULL constraint. Change-Id: I303126f5022d6325279c8dfddb0869c80911faf1 Signed-off-by: Shawn O. Pearce <sop@google.com>