commit | 8df7cf76891bca1b65aa48df7b5369c2245b8432 | [log] [tgz] |
---|---|---|
author | Shawn O. Pearce <sop@google.com> | Thu Dec 31 07:21:40 2009 -0800 |
committer | Shawn O. Pearce <sop@google.com> | Wed Jan 13 14:40:26 2010 -0800 |
tree | c016bda5f18051b9d35b1e655a38695c77aaf525 | |
parent | 8c01fe20e5560ffc9b62f9045661536bc5bc526e [diff] |
Remove Project.Id and use only Project.NameKey We remove the secondary unique column Project.Id and change the schema to rely upon only the Project.NameKey property. This is necessary to support databases which cannot do multiple unique attributes on the same entity. Change-Id: I1a9184d69e4779f8e9f755a151ce55c9b9efc4d6 Signed-off-by: Shawn O. Pearce <sop@google.com>