Changes between Version 2 and Version 3 of Database
- Timestamp:
- 11/07/2007 08:07:01 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Database
v2 v3 3 3 == Tables == 4 4 * user 5 * group->usergroup 5 * id (key) 6 * username 7 * passhash (use id as salt - as if we had time) 8 * fullname 9 * admin bit 6 10 * meeting_final 7 * meeting_pending (may combine both meeting tables) 11 * id (key) 12 * name 13 * begin (Datetime) 14 * end (Datetime) 15 * description 16 * participants_final 17 * id (key) (? - see equipment_needed_final) 18 * user key 19 * meeting key 20 * active bit 21 * important bit 22 * equipment_needed_final 23 * participants key (use this instead of user and meeting keys?) 24 * user key 25 * meeting key 26 * equipment key 27 * count 28 * meeting_pending, participants_pending, equipment_needed_pending (may combine with _final tables) 29 8 30 * calendar_inclusion 9 31 * calendar_exclusion … … 12 34 * appointments_exclusion 13 35 * appointments_preference 14 * schedule15 * equipment16 * participants (has active and important bits)17 36 18 todo: 37 == Todo == 19 38 * location 20 39 * room