Minor database schema fix.
authorMichael Vrable <mvrable@cs.ucsd.edu>
Fri, 10 Aug 2007 17:23:51 +0000 (10:23 -0700)
committerMichael Vrable <mvrable@turin.ucsd.edu>
Fri, 10 Aug 2007 17:23:51 +0000 (10:23 -0700)
commit7cbc7cce1bbaaa761e800405feeed3b6383ce17c
tree1e5fc642e7051b1ed863dea0fcdd6d33ae26e7c8
parent269eddb3109693475b43faebc558d4017b8a9eab
Minor database schema fix.

When constructing the segment_info view, we can no longer do a natural join
on the block_index and segments tables, since the segments table recently
acquired a checksum column.  Now explicitly join on the segmentid column
only, which is the desired behavior (and what a natural join used to do).
schema.sql