- remove UNIQUE constraint on named keys from tables that support
authorMark Huang <mlhuang@cs.princeton.edu>
Mon, 2 Oct 2006 15:19:35 +0000 (15:19 +0000)
committerMark Huang <mlhuang@cs.princeton.edu>
Mon, 2 Oct 2006 15:19:35 +0000 (15:19 +0000)
commit06490a13ca944eeea8d5d8dfcc7c85444e16ad7a
tree957a4a3098fbc75a13d3e011196772816de33e6d
parent0213abe069420583f34e7536457fd843af98425f
- remove UNIQUE constraint on named keys from tables that support
  marking records as deleted (e.g. persons.email should not be unique;
  even (persons.email, persons.deleted) should not be unique, since the
  same person could conceivably register and delete their account
  multiple times). Instead, just add an index on these fields.
- add indices to join tables
- sites: add max_slivers attribute
- get rid of address types, leave it to the application to decide how
  address types should be used
- get rid of person/account addresses, just add site addresses
- node_nodenetworks: order by is_primary
- add slice and sliver tables
- remove .* from all views per jonesy recommendation
planetlab4.sql